Html Css Color HEX #2A0CB6 Ultramarine

📋 copy color: '#2A0CB6'

red 42 ◦ green 12 ◦ blue 182

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

Shades of Ultramarine #2A0CB6

Tints of Ultramarine #2A0CB6

RGB

 RED value IS 42 (16.8% from 255) = 17.8%

 GREEN value IS 12 (5.08% from 255) = 5.08%

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

R = 17.8%
G = 5.08%
B = 77.12%

CMYK

 C value IS 0.77

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2A0CB6 (or 0x2A0CB6) is known color: Ultramarine. HEX triplet: 2A, 0C and B6. RGB value is (42,12,182). Sum of RGB (Red+Green+Blue) = 42+12+182=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 182 (71.48% from 255 or 77.12% from 236); Max value from RGB is 182 - color contains mainly: blue. Hex color #2A0CB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0CB6 is #D5F349. Grayscale: #272727. Windows color (decimal): -14021450 or 11930666. OLE color: 11930666.

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

Color convert

RGB 42 12 182 -
CMYK 0.77 0.93 0 0.29
HSL 250.59º 0.88% 0.38% -
HSV(B) 250.59º 0.93% 0.71% -
XYZ 9.53 4.13 44.55 -
YUV 40.35 207.94 129.18 -
System Red Green Blue C M Y K H S L
Decimal 42 12 182 0.77 0.93 0 0.29 250.59 0.88 0.38
Hex 2A C B6 4D 5D 0 1D FB 58 26
Octal 52 14 266 115 135 0 35 373 130 46
Binary 101010 1100 10110110 1001101 1011101 0 11101 11111011 1011000 100110

Color Harmonies of #2A0CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0CB6

Black with #2A0CB6

Text Example


Text Example

White with #2A0CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,12,182); }

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

background-color css

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

 a { background-color: rgb(42,12,182); }

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

border-color css

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

 span { border-color: rgb(42,12,182); }

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