Html Css Color HEX #091498 Ultramarine

📋 copy color: '#091498'

red 9 ◦ green 20 ◦ blue 152

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

Shades of Ultramarine #091498

Tints of Ultramarine #091498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 83.98%

R = 4.97%
G = 11.05%
B = 83.98%

CMYK

 C value IS 0.94

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#091498 (or 0x091498) is known color: Ultramarine. HEX triplet: 09, 14 and 98. RGB value is (9,20,152). Sum of RGB (Red+Green+Blue) = 9+20+152=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 152 (59.77% from 255 or 83.98% from 181); Max value from RGB is 152 - color contains mainly: blue. Hex color #091498 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091498 is #F6EB67. Grayscale: #1F1F1F. Windows color (decimal): -16182120 or 9966601. OLE color: 9966601.

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

Color convert

RGB 9 20 152 -
CMYK 0.94 0.87 0 0.40
HSL 235.38º 0.89% 0.32% -
HSV(B) 235.38º 0.94% 0.6% -
XYZ 6.03 2.83 29.93 -
YUV 31.76 195.86 111.77 -
System Red Green Blue C M Y K H S L
Decimal 9 20 152 0.94 0.87 0 0.40 235.38 0.89 0.32
Hex 9 14 98 5E 57 0 28 EB 59 20
Octal 11 24 230 136 127 0 50 353 131 40
Binary 1001 10100 10011000 1011110 1010111 0 101000 11101011 1011001 100000

Color Harmonies of #091498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091498

Black with #091498

Text Example


Text Example

White with #091498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091498; }

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

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

background-color css

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

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

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

border-color css

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

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

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