Html Css Color HEX #11009B Ultramarine

📋 copy color: '#11009B'

red 17 ◦ green 0 ◦ blue 155

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

Shades of Ultramarine #11009B

Tints of Ultramarine #11009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 9.88%
G = 0%
B = 90.12%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#11009B (or 0x11009B) is known color: Ultramarine. HEX triplet: 11, 00 and 9B. RGB value is (17,0,155). Sum of RGB (Red+Green+Blue) = 17+0+155=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 155 (60.94% from 255 or 90.12% from 172); Max value from RGB is 155 - color contains mainly: blue. Hex color #11009B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11009B is #EEFF64. Grayscale: #161616. Windows color (decimal): -15662949 or 10158097. OLE color: 10158097.

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

Color convert

RGB 17 0 155 -
CMYK 0.89 1 0 0.39
HSL 246.58º 1% 0.3% -
HSV(B) 246.58º 1% 0.61% -
XYZ 6.15 2.49 31.17 -
YUV 22.75 202.63 123.9 -
System Red Green Blue C M Y K H S L
Decimal 17 0 155 0.89 1 0 0.39 246.58 1 0.3
Hex 11 0 9B 59 64 0 27 F7 64 1E
Octal 21 0 233 131 144 0 47 367 144 36
Binary 10001 0 10011011 1011001 1100100 0 100111 11110111 1100100 11110

Color Harmonies of #11009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11009B

Black with #11009B

Text Example


Text Example

White with #11009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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