Html Css Color HEX #091095 Ultramarine

📋 copy color: '#091095'

red 9 ◦ green 16 ◦ blue 149

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

Shades of Ultramarine #091095

Tints of Ultramarine #091095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.2%

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

R = 5.17%
G = 9.2%
B = 85.63%

CMYK

 C value IS 0.94

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#091095 (or 0x091095) is known color: Ultramarine. HEX triplet: 09, 10 and 95. RGB value is (9,16,149). Sum of RGB (Red+Green+Blue) = 9+16+149=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 149 (58.59% from 255 or 85.63% from 174); Max value from RGB is 149 - color contains mainly: blue. Hex color #091095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091095 is #F6EF6A. Grayscale: #1C1C1C. Windows color (decimal): -16183147 or 9768969. OLE color: 9768969.

HSL color Cylindrical-coordinate representation of color #091095: hue angle of 237º 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 #091095 is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 16 149 -
CMYK 0.94 0.89 0 0.42
HSL 237º 0.89% 0.31% -
HSV(B) 237º 0.94% 0.58% -
XYZ 5.72 2.6 28.63 -
YUV 29.07 195.68 113.69 -
System Red Green Blue C M Y K H S L
Decimal 9 16 149 0.94 0.89 0 0.42 237 0.89 0.31
Hex 9 10 95 5E 59 0 2A ED 59 1F
Octal 11 20 225 136 131 0 52 355 131 37
Binary 1001 10000 10010101 1011110 1011001 0 101010 11101101 1011001 11111

Color Harmonies of #091095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091095

Black with #091095

Text Example


Text Example

White with #091095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091095; }

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

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

background-color css

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

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

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

border-color css

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

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

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