Html Css Color HEX #090491 Ultramarine

📋 copy color: '#090491'

red 9 ◦ green 4 ◦ blue 145

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

Shades of Ultramarine #090491

Tints of Ultramarine #090491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.53%

 BLUE value IS 145 (57.03% from 255) = 91.77%

R = 5.7%
G = 2.53%
B = 91.77%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#090491 (or 0x090491) is known color: Ultramarine. HEX triplet: 09, 04 and 91. RGB value is (9,4,145). Sum of RGB (Red+Green+Blue) = 9+4+145=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 145 (57.03% from 255 or 91.77% from 158); Max value from RGB is 145 - color contains mainly: blue. Hex color #090491 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090491 is #F6FB6E. Grayscale: #151515. Windows color (decimal): -16186223 or 9503753. OLE color: 9503753.

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

Color convert

RGB 9 4 145 -
CMYK 0.94 0.97 0 0.43
HSL 242.13º 0.95% 0.29% -
HSV(B) 242.13º 0.97% 0.57% -
XYZ 5.27 2.19 26.93 -
YUV 21.57 197.66 119.04 -
System Red Green Blue C M Y K H S L
Decimal 9 4 145 0.94 0.97 0 0.43 242.13 0.95 0.29
Hex 9 4 91 5E 61 0 2B F2 5F 1D
Octal 11 4 221 136 141 0 53 362 137 35
Binary 1001 100 10010001 1011110 1100001 0 101011 11110010 1011111 11101

Color Harmonies of #090491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090491

Black with #090491

Text Example


Text Example

White with #090491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090491; }

 p { color: rgb(9,4,145); }

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

background-color css

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

 a { background-color: rgb(9,4,145); }

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

border-color css

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

 span { border-color: rgb(9,4,145); }

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