Html Css Color HEX #094490 Dark Cerulean

📋 copy color: '#094490'

red 9 ◦ green 68 ◦ blue 144

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

Shades of Dark Cerulean #094490

Tints of Dark Cerulean #094490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.77%

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

R = 4.07%
G = 30.77%
B = 65.16%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#094490 (or 0x094490) is known color: Dark Cerulean. HEX triplet: 09, 44 and 90. RGB value is (9,68,144). Sum of RGB (Red+Green+Blue) = 9+68+144=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #094490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094490 is #F6BB6F. Grayscale: #3A3A3A. Windows color (decimal): -16169840 or 9454601. OLE color: 9454601.

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

Color convert

RGB 9 68 144 -
CMYK 0.94 0.53 0 0.44
HSL 213.78º 0.88% 0.3% -
HSV(B) 213.78º 0.94% 0.56% -
XYZ 7.21 6.21 27.2 -
YUV 59.02 175.95 92.32 -
System Red Green Blue C M Y K H S L
Decimal 9 68 144 0.94 0.53 0 0.44 213.78 0.88 0.3
Hex 9 44 90 5E 35 0 2C D6 58 1E
Octal 11 104 220 136 65 0 54 326 130 36
Binary 1001 1000100 10010000 1011110 110101 0 101100 11010110 1011000 11110

Color Harmonies of #094490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094490

Black with #094490

Text Example


Text Example

White with #094490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094490; }

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

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

background-color css

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

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

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

border-color css

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

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

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