Html Css Color HEX #094890 Dark Cerulean

📋 copy color: '#094890'

red 9 ◦ green 72 ◦ blue 144

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

Shades of Dark Cerulean #094890

Tints of Dark Cerulean #094890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32%

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

R = 4%
G = 32%
B = 64%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#094890 (or 0x094890) is known color: Dark Cerulean. HEX triplet: 09, 48 and 90. RGB value is (9,72,144). Sum of RGB (Red+Green+Blue) = 9+72+144=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #094890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094890 is #F6B76F. Grayscale: #3D3D3D. Windows color (decimal): -16168816 or 9455625. OLE color: 9455625.

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

Color convert

RGB 9 72 144 -
CMYK 0.94 0.50 0 0.44
HSL 212º 0.88% 0.3% -
HSV(B) 212º 0.94% 0.56% -
XYZ 7.46 6.71 27.29 -
YUV 61.37 174.63 90.65 -
System Red Green Blue C M Y K H S L
Decimal 9 72 144 0.94 0.50 0 0.44 212 0.88 0.3
Hex 9 48 90 5E 32 0 2C D4 58 1E
Octal 11 110 220 136 62 0 54 324 130 36
Binary 1001 1001000 10010000 1011110 110010 0 101100 11010100 1011000 11110

Color Harmonies of #094890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094890

Black with #094890

Text Example


Text Example

White with #094890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094890; }

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

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

background-color css

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

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

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

border-color css

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

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

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