Html Css Color HEX #11019C Ultramarine

📋 copy color: '#11019C'

red 17 ◦ green 1 ◦ blue 156

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

Shades of Ultramarine #11019C

Tints of Ultramarine #11019C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 9.77%
G = 0.57%
B = 89.66%

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

#11019C (or 0x11019C) is known color: Ultramarine. HEX triplet: 11, 01 and 9C. RGB value is (17,1,156). Sum of RGB (Red+Green+Blue) = 17+1+156=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 156 (61.33% from 255 or 89.66% from 174); Max value from RGB is 156 - color contains mainly: blue. Hex color #11019C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11019C is #EEFE63. Grayscale: #161616. Windows color (decimal): -15662692 or 10223889. OLE color: 10223889.

HSL color Cylindrical-coordinate representation of color #11019C: hue angle of 246.19º degrees, saturation: 0.99, 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 #11019C is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 1 156 -
CMYK 0.89 0.99 0 0.39
HSL 246.19º 0.99% 0.31% -
HSV(B) 246.19º 0.99% 0.61% -
XYZ 6.24 2.54 31.61 -
YUV 23.45 202.8 123.4 -
System Red Green Blue C M Y K H S L
Decimal 17 1 156 0.89 0.99 0 0.39 246.19 0.99 0.31
Hex 11 1 9C 59 63 0 27 F6 63 1F
Octal 21 1 234 131 143 0 47 366 143 37
Binary 10001 1 10011100 1011001 1100011 0 100111 11110110 1100011 11111

Color Harmonies of #11019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11019C

Black with #11019C

Text Example


Text Example

White with #11019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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