Html Css Color HEX #11129C Ultramarine

📋 copy color: '#11129C'

red 17 ◦ green 18 ◦ blue 156

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

Shades of Ultramarine #11129C

Tints of Ultramarine #11129C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.42%

 BLUE value IS 156 (61.33% from 255) = 81.68%

R = 8.9%
G = 9.42%
B = 81.68%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#11129C (or 0x11129C) is known color: Ultramarine. HEX triplet: 11, 12 and 9C. RGB value is (17,18,156). Sum of RGB (Red+Green+Blue) = 17+18+156=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 156 (61.33% from 255 or 81.68% from 191); Max value from RGB is 156 - color contains mainly: blue. Hex color #11129C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11129C is #EEED63. Grayscale: #202020. Windows color (decimal): -15658340 or 10228241. OLE color: 10228241.

HSL color Cylindrical-coordinate representation of color #11129C: hue angle of 239.57º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11129C is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 18 156 -
CMYK 0.89 0.88 0 0.39
HSL 239.57º 0.8% 0.34% -
HSV(B) 239.57º 0.89% 0.61% -
XYZ 6.45 2.95 31.68 -
YUV 33.43 197.17 116.28 -
System Red Green Blue C M Y K H S L
Decimal 17 18 156 0.89 0.88 0 0.39 239.57 0.8 0.34
Hex 11 12 9C 59 58 0 27 F0 50 22
Octal 21 22 234 131 130 0 47 360 120 42
Binary 10001 10010 10011100 1011001 1011000 0 100111 11110000 1010000 100010

Color Harmonies of #11129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11129C

Black with #11129C

Text Example


Text Example

White with #11129C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11129C; }

 p { color: rgb(17,18,156); }

 H1.HeaderClassName
 {
   color: #11129C;
 }
 .AnyTagClassName
 {
   color: #11129C;
 }
</style>

background-color css

<style>
 a { background-color: #11129C; }

 a { background-color: rgb(17,18,156); }

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

border-color css

<style>
 span { border-color: #11129C; }

 span { border-color: rgb(17,18,156); }

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