Html Css Color HEX #11027E Ultramarine

📋 copy color: '#11027E'

red 17 ◦ green 2 ◦ blue 126

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

Shades of Ultramarine #11027E

Tints of Ultramarine #11027E

RGB

 RED value IS 17 (7.03% from 255) = 11.72%

 GREEN value IS 2 (1.17% from 255) = 1.38%

 BLUE value IS 126 (49.61% from 255) = 86.9%

R = 11.72%
G = 1.38%
B = 86.9%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11027E (or 0x11027E) is known color: Ultramarine. HEX triplet: 11, 02 and 7E. RGB value is (17,2,126). Sum of RGB (Red+Green+Blue) = 17+2+126=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 126 (49.61% from 255 or 86.90% from 145); Max value from RGB is 126 - color contains mainly: blue. Hex color #11027E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11027E is #EEFD81. Grayscale: #141414. Windows color (decimal): -15662466 or 8258065. OLE color: 8258065.

HSL color Cylindrical-coordinate representation of color #11027E: hue angle of 247.26º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #11027E is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 2 126 -
CMYK 0.87 0.98 0 0.51
HSL 247.26º 0.97% 0.25% -
HSV(B) 247.26º 0.98% 0.49% -
XYZ 4.02 1.67 19.85 -
YUV 20.62 187.47 125.42 -
System Red Green Blue C M Y K H S L
Decimal 17 2 126 0.87 0.98 0 0.51 247.26 0.97 0.25
Hex 11 2 7E 57 62 0 33 F7 61 19
Octal 21 2 176 127 142 0 63 367 141 31
Binary 10001 10 1111110 1010111 1100010 0 110011 11110111 1100001 11001

Color Harmonies of #11027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11027E

Black with #11027E

Text Example


Text Example

White with #11027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11027E; }

 p { color: rgb(17,2,126); }

 H1.HeaderClassName
 {
   color: #11027E;
 }
 .AnyTagClassName
 {
   color: #11027E;
 }
</style>

background-color css

<style>
 a { background-color: #11027E; }

 a { background-color: rgb(17,2,126); }

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

border-color css

<style>
 span { border-color: #11027E; }

 span { border-color: rgb(17,2,126); }

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