Html Css Color HEX #091495 Ultramarine

📋 copy color: '#091495'

red 9 ◦ green 20 ◦ blue 149

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

Shades of Ultramarine #091495

Tints of Ultramarine #091495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.24%

 BLUE value IS 149 (58.59% from 255) = 83.71%

R = 5.06%
G = 11.24%
B = 83.71%

CMYK

 C value IS 0.94

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#091495 (or 0x091495) is known color: Ultramarine. HEX triplet: 09, 14 and 95. RGB value is (9,20,149). Sum of RGB (Red+Green+Blue) = 9+20+149=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 149 (58.59% from 255 or 83.71% from 178); Max value from RGB is 149 - color contains mainly: blue. Hex color #091495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091495 is #F6EB6A. Grayscale: #1E1E1E. Windows color (decimal): -16182123 or 9769993. OLE color: 9769993.

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

Color convert

RGB 9 20 149 -
CMYK 0.94 0.87 0 0.42
HSL 235.29º 0.89% 0.31% -
HSV(B) 235.29º 0.94% 0.58% -
XYZ 5.79 2.73 28.66 -
YUV 31.42 194.36 112.01 -
System Red Green Blue C M Y K H S L
Decimal 9 20 149 0.94 0.87 0 0.42 235.29 0.89 0.31
Hex 9 14 95 5E 57 0 2A EB 59 1F
Octal 11 24 225 136 127 0 52 353 131 37
Binary 1001 10100 10010101 1011110 1010111 0 101010 11101011 1011001 11111

Color Harmonies of #091495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091495

Black with #091495

Text Example


Text Example

White with #091495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091495; }

 p { color: rgb(9,20,149); }

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

background-color css

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

 a { background-color: rgb(9,20,149); }

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

border-color css

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

 span { border-color: rgb(9,20,149); }

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