Html Css Color HEX #11059B Ultramarine

📋 copy color: '#11059B'

red 17 ◦ green 5 ◦ blue 155

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

Shades of Ultramarine #11059B

Tints of Ultramarine #11059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 87.57%

R = 9.6%
G = 2.82%
B = 87.57%

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

#11059B (or 0x11059B) is known color: Ultramarine. HEX triplet: 11, 05 and 9B. RGB value is (17,5,155). Sum of RGB (Red+Green+Blue) = 17+5+155=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 155 (60.94% from 255 or 87.57% from 177); Max value from RGB is 155 - color contains mainly: blue. Hex color #11059B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11059B is #EEFA64. Grayscale: #191919. Windows color (decimal): -15661669 or 10159377. OLE color: 10159377.

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

Color convert

RGB 17 5 155 -
CMYK 0.89 0.97 0 0.39
HSL 244.8º 0.94% 0.31% -
HSV(B) 244.8º 0.97% 0.61% -
XYZ 6.2 2.59 31.18 -
YUV 25.69 200.98 121.8 -
System Red Green Blue C M Y K H S L
Decimal 17 5 155 0.89 0.97 0 0.39 244.8 0.94 0.31
Hex 11 5 9B 59 61 0 27 F5 5E 1F
Octal 21 5 233 131 141 0 47 365 136 37
Binary 10001 101 10011011 1011001 1100001 0 100111 11110101 1011110 11111

Color Harmonies of #11059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11059B

Black with #11059B

Text Example


Text Example

White with #11059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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