Html Css Color HEX #091296 Ultramarine

📋 copy color: '#091296'

red 9 ◦ green 18 ◦ blue 150

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

Shades of Ultramarine #091296

Tints of Ultramarine #091296

RGB

 RED value IS 9 (3.91% from 255) = 5.08%

 GREEN value IS 18 (7.42% from 255) = 10.17%

 BLUE value IS 150 (58.98% from 255) = 84.75%

R = 5.08%
G = 10.17%
B = 84.75%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#091296 (or 0x091296) is known color: Ultramarine. HEX triplet: 09, 12 and 96. RGB value is (9,18,150). Sum of RGB (Red+Green+Blue) = 9+18+150=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 150 (58.98% from 255 or 84.75% from 177); Max value from RGB is 150 - color contains mainly: blue. Hex color #091296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091296 is #F6ED69. Grayscale: #1D1D1D. Windows color (decimal): -16182634 or 9835017. OLE color: 9835017.

HSL color Cylindrical-coordinate representation of color #091296: hue angle of 236.17º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091296 is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 18 150 -
CMYK 0.94 0.88 0 0.41
HSL 236.17º 0.89% 0.31% -
HSV(B) 236.17º 0.94% 0.59% -
XYZ 5.83 2.69 29.07 -
YUV 30.36 195.52 112.77 -
System Red Green Blue C M Y K H S L
Decimal 9 18 150 0.94 0.88 0 0.41 236.17 0.89 0.31
Hex 9 12 96 5E 58 0 29 EC 59 1F
Octal 11 22 226 136 130 0 51 354 131 37
Binary 1001 10010 10010110 1011110 1011000 0 101001 11101100 1011001 11111

Color Harmonies of #091296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091296

Black with #091296

Text Example


Text Example

White with #091296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091296; }

 p { color: rgb(9,18,150); }

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

background-color css

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

 a { background-color: rgb(9,18,150); }

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

border-color css

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

 span { border-color: rgb(9,18,150); }

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