Html Css Color HEX #2B0AB6 Ultramarine

📋 copy color: '#2B0AB6'

red 43 ◦ green 10 ◦ blue 182

#2B0AB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #2B0AB6

Tints of Ultramarine #2B0AB6

RGB

 RED value IS 43 (17.19% from 255) = 18.3%

 GREEN value IS 10 (4.3% from 255) = 4.26%

 BLUE value IS 182 (71.48% from 255) = 77.45%

R = 18.3%
G = 4.26%
B = 77.45%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2B0AB6 (or 0x2B0AB6) is known color: Ultramarine. HEX triplet: 2B, 0A and B6. RGB value is (43,10,182). Sum of RGB (Red+Green+Blue) = 43+10+182=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 182 (71.48% from 255 or 77.45% from 235); Max value from RGB is 182 - color contains mainly: blue. Hex color #2B0AB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B0AB6 is #D4F549. Grayscale: #262626. Windows color (decimal): -13956426 or 11930155. OLE color: 11930155.

HSL color Cylindrical-coordinate representation of color #2B0AB6: hue angle of 251.51º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0AB6 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 10 182 -
CMYK 0.76 0.95 0 0.29
HSL 251.51º 0.9% 0.38% -
HSV(B) 251.51º 0.95% 0.71% -
XYZ 9.55 4.11 44.55 -
YUV 39.48 208.43 130.51 -
System Red Green Blue C M Y K H S L
Decimal 43 10 182 0.76 0.95 0 0.29 251.51 0.9 0.38
Hex 2B A B6 4C 5F 0 1D FC 5A 26
Octal 53 12 266 114 137 0 35 374 132 46
Binary 101011 1010 10110110 1001100 1011111 0 11101 11111100 1011010 100110

Color Harmonies of #2B0AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0AB6

Black with #2B0AB6

Text Example


Text Example

White with #2B0AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B0AB6; }

 p { color: rgb(43,10,182); }

 H1.HeaderClassName
 {
   color: #2B0AB6;
 }
 .AnyTagClassName
 {
   color: #2B0AB6;
 }
</style>

background-color css

<style>
 a { background-color: #2B0AB6; }

 a { background-color: rgb(43,10,182); }

 div.DivClassName
 {
   background-color: #2B0AB6;
 }
 .BgClassName
 {
   background-color: #2B0AB6;
 }
</style>

border-color css

<style>
 span { border-color: #2B0AB6; }

 span { border-color: rgb(43,10,182); }

 td.TdClassName
 {
   border-color: #2B0AB6;
 }
 .TagClassName
 {
   border-color: #2B0AB6;
 }
</style>