Html Css Color HEX #091094 Ultramarine

📋 copy color: '#091094'

red 9 ◦ green 16 ◦ blue 148

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

Shades of Ultramarine #091094

Tints of Ultramarine #091094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 85.55%

R = 5.2%
G = 9.25%
B = 85.55%

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

#091094 (or 0x091094) is known color: Ultramarine. HEX triplet: 09, 10 and 94. RGB value is (9,16,148). Sum of RGB (Red+Green+Blue) = 9+16+148=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 148 (58.20% from 255 or 85.55% from 173); Max value from RGB is 148 - color contains mainly: blue. Hex color #091094 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091094 is #F6EF6B. Grayscale: #1C1C1C. Windows color (decimal): -16183148 or 9703433. OLE color: 9703433.

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

Color convert

RGB 9 16 148 -
CMYK 0.94 0.89 0 0.42
HSL 236.98º 0.89% 0.31% -
HSV(B) 236.98º 0.94% 0.58% -
XYZ 5.64 2.57 28.21 -
YUV 28.96 195.18 113.77 -
System Red Green Blue C M Y K H S L
Decimal 9 16 148 0.94 0.89 0 0.42 236.98 0.89 0.31
Hex 9 10 94 5E 59 0 2A ED 59 1F
Octal 11 20 224 136 131 0 52 355 131 37
Binary 1001 10000 10010100 1011110 1011001 0 101010 11101101 1011001 11111

Color Harmonies of #091094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091094

Black with #091094

Text Example


Text Example

White with #091094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091094; }

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

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

background-color css

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

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

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

border-color css

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

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

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