Html Css Color HEX #090490 Ultramarine

📋 copy color: '#090490'

red 9 ◦ green 4 ◦ blue 144

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

Shades of Ultramarine #090490

Tints of Ultramarine #090490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 91.72%

R = 5.73%
G = 2.55%
B = 91.72%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#090490 (or 0x090490) is known color: Ultramarine. HEX triplet: 09, 04 and 90. RGB value is (9,4,144). Sum of RGB (Red+Green+Blue) = 9+4+144=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 144 (56.64% from 255 or 91.72% from 157); Max value from RGB is 144 - color contains mainly: blue. Hex color #090490 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090490 is #F6FB6F. Grayscale: #141414. Windows color (decimal): -16186224 or 9438217. OLE color: 9438217.

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

Color convert

RGB 9 4 144 -
CMYK 0.94 0.97 0 0.44
HSL 242.14º 0.95% 0.29% -
HSV(B) 242.14º 0.97% 0.56% -
XYZ 5.19 2.16 26.53 -
YUV 21.46 197.16 119.12 -
System Red Green Blue C M Y K H S L
Decimal 9 4 144 0.94 0.97 0 0.44 242.14 0.95 0.29
Hex 9 4 90 5E 61 0 2C F2 5F 1D
Octal 11 4 220 136 141 0 54 362 137 35
Binary 1001 100 10010000 1011110 1100001 0 101100 11110010 1011111 11101

Color Harmonies of #090490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090490

Black with #090490

Text Example


Text Example

White with #090490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090490; }

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

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

background-color css

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

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

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

border-color css

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

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

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