Html Css Color HEX #11029C Ultramarine

📋 copy color: '#11029C'

red 17 ◦ green 2 ◦ blue 156

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

Shades of Ultramarine #11029C

Tints of Ultramarine #11029C

RGB

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

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

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

R = 9.71%
G = 1.14%
B = 89.14%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#11029C (or 0x11029C) is known color: Ultramarine. HEX triplet: 11, 02 and 9C. RGB value is (17,2,156). Sum of RGB (Red+Green+Blue) = 17+2+156=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 156 (61.33% from 255 or 89.14% from 175); Max value from RGB is 156 - color contains mainly: blue. Hex color #11029C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11029C is #EEFD63. Grayscale: #171717. Windows color (decimal): -15662436 or 10224145. OLE color: 10224145.

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

Color convert

RGB 17 2 156 -
CMYK 0.89 0.99 0 0.39
HSL 245.84º 0.97% 0.31% -
HSV(B) 245.84º 0.99% 0.61% -
XYZ 6.25 2.56 31.62 -
YUV 24.04 202.47 122.98 -
System Red Green Blue C M Y K H S L
Decimal 17 2 156 0.89 0.99 0 0.39 245.84 0.97 0.31
Hex 11 2 9C 59 63 0 27 F6 61 1F
Octal 21 2 234 131 143 0 47 366 141 37
Binary 10001 10 10011100 1011001 1100011 0 100111 11110110 1100001 11111

Color Harmonies of #11029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11029C

Black with #11029C

Text Example


Text Example

White with #11029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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