Html Css Color HEX #091992 Ultramarine

📋 copy color: '#091992'

red 9 ◦ green 25 ◦ blue 146

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

Shades of Ultramarine #091992

Tints of Ultramarine #091992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.89%

 BLUE value IS 146 (57.42% from 255) = 81.11%

R = 5%
G = 13.89%
B = 81.11%

CMYK

 C value IS 0.94

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#091992 (or 0x091992) is known color: Ultramarine. HEX triplet: 09, 19 and 92. RGB value is (9,25,146). Sum of RGB (Red+Green+Blue) = 9+25+146=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 146 (57.42% from 255 or 81.11% from 180); Max value from RGB is 146 - color contains mainly: blue. Hex color #091992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091992 is #F6E66D. Grayscale: #212121. Windows color (decimal): -16180846 or 9574665. OLE color: 9574665.

HSL color Cylindrical-coordinate representation of color #091992: hue angle of 232.99º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091992 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 25 146 -
CMYK 0.94 0.83 0 0.43
HSL 232.99º 0.88% 0.3% -
HSV(B) 232.99º 0.94% 0.57% -
XYZ 5.65 2.83 27.44 -
YUV 34.01 191.2 110.16 -
System Red Green Blue C M Y K H S L
Decimal 9 25 146 0.94 0.83 0 0.43 232.99 0.88 0.3
Hex 9 19 92 5E 53 0 2B E9 58 1E
Octal 11 31 222 136 123 0 53 351 130 36
Binary 1001 11001 10010010 1011110 1010011 0 101011 11101001 1011000 11110

Color Harmonies of #091992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091992

Black with #091992

Text Example


Text Example

White with #091992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091992; }

 p { color: rgb(9,25,146); }

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

background-color css

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

 a { background-color: rgb(9,25,146); }

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

border-color css

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

 span { border-color: rgb(9,25,146); }

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