Html Css Color HEX #11059C Ultramarine

📋 copy color: '#11059C'

red 17 ◦ green 5 ◦ blue 156

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

Shades of Ultramarine #11059C

Tints of Ultramarine #11059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.81%

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

R = 9.55%
G = 2.81%
B = 87.64%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#11059C (or 0x11059C) is known color: Ultramarine. HEX triplet: 11, 05 and 9C. RGB value is (17,5,156). Sum of RGB (Red+Green+Blue) = 17+5+156=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 156 (61.33% from 255 or 87.64% from 178); Max value from RGB is 156 - color contains mainly: blue. Hex color #11059C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11059C is #EEFA63. Grayscale: #191919. Windows color (decimal): -15661668 or 10224913. OLE color: 10224913.

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

Color convert

RGB 17 5 156 -
CMYK 0.89 0.97 0 0.39
HSL 244.77º 0.94% 0.32% -
HSV(B) 244.77º 0.97% 0.61% -
XYZ 6.29 2.63 31.63 -
YUV 25.8 201.48 121.72 -
System Red Green Blue C M Y K H S L
Decimal 17 5 156 0.89 0.97 0 0.39 244.77 0.94 0.32
Hex 11 5 9C 59 61 0 27 F5 5E 20
Octal 21 5 234 131 141 0 47 365 136 40
Binary 10001 101 10011100 1011001 1100001 0 100111 11110101 1011110 100000

Color Harmonies of #11059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11059C

Black with #11059C

Text Example


Text Example

White with #11059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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