Html Css Color HEX #11027F Ultramarine

📋 copy color: '#11027F'

red 17 ◦ green 2 ◦ blue 127

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

Shades of Ultramarine #11027F

Tints of Ultramarine #11027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 86.99%

R = 11.64%
G = 1.37%
B = 86.99%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#11027F (or 0x11027F) is known color: Ultramarine. HEX triplet: 11, 02 and 7F. RGB value is (17,2,127). Sum of RGB (Red+Green+Blue) = 17+2+127=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 127 (50% from 255 or 86.99% from 146); Max value from RGB is 127 - color contains mainly: blue. Hex color #11027F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11027F is #EEFD80. Grayscale: #141414. Windows color (decimal): -15662465 or 8323601. OLE color: 8323601.

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

Color convert

RGB 17 2 127 -
CMYK 0.87 0.98 0 0.50
HSL 247.2º 0.97% 0.25% -
HSV(B) 247.2º 0.98% 0.5% -
XYZ 4.08 1.69 20.19 -
YUV 20.74 187.97 125.34 -
System Red Green Blue C M Y K H S L
Decimal 17 2 127 0.87 0.98 0 0.50 247.2 0.97 0.25
Hex 11 2 7F 57 62 0 32 F7 61 19
Octal 21 2 177 127 142 0 62 367 141 31
Binary 10001 10 1111111 1010111 1100010 0 110010 11110111 1100001 11001

Color Harmonies of #11027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11027F

Black with #11027F

Text Example


Text Example

White with #11027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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