Html Css Color HEX #091298 Ultramarine

📋 copy color: '#091298'

red 9 ◦ green 18 ◦ blue 152

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

Shades of Ultramarine #091298

Tints of Ultramarine #091298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.06%

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

R = 5.03%
G = 10.06%
B = 84.92%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#091298 (or 0x091298) is known color: Ultramarine. HEX triplet: 09, 12 and 98. RGB value is (9,18,152). Sum of RGB (Red+Green+Blue) = 9+18+152=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 152 (59.77% from 255 or 84.92% from 179); Max value from RGB is 152 - color contains mainly: blue. Hex color #091298 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091298 is #F6ED67. Grayscale: #1E1E1E. Windows color (decimal): -16182632 or 9966089. OLE color: 9966089.

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

Color convert

RGB 9 18 152 -
CMYK 0.94 0.88 0 0.40
HSL 236.22º 0.89% 0.32% -
HSV(B) 236.22º 0.94% 0.6% -
XYZ 6 2.76 29.92 -
YUV 30.59 196.52 112.6 -
System Red Green Blue C M Y K H S L
Decimal 9 18 152 0.94 0.88 0 0.40 236.22 0.89 0.32
Hex 9 12 98 5E 58 0 28 EC 59 20
Octal 11 22 230 136 130 0 50 354 131 40
Binary 1001 10010 10011000 1011110 1011000 0 101000 11101100 1011001 100000

Color Harmonies of #091298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091298

Black with #091298

Text Example


Text Example

White with #091298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091298; }

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

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

background-color css

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

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

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

border-color css

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

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

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