Html Css Color HEX #094790 Dark Cerulean

📋 copy color: '#094790'

red 9 ◦ green 71 ◦ blue 144

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

Shades of Dark Cerulean #094790

Tints of Dark Cerulean #094790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.7%

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

R = 4.02%
G = 31.7%
B = 64.29%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#094790 (or 0x094790) is known color: Dark Cerulean. HEX triplet: 09, 47 and 90. RGB value is (9,71,144). Sum of RGB (Red+Green+Blue) = 9+71+144=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #094790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094790 is #F6B86F. Grayscale: #3C3C3C. Windows color (decimal): -16169072 or 9455369. OLE color: 9455369.

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

Color convert

RGB 9 71 144 -
CMYK 0.94 0.51 0 0.44
HSL 212.44º 0.88% 0.3% -
HSV(B) 212.44º 0.94% 0.56% -
XYZ 7.4 6.58 27.27 -
YUV 60.78 174.96 91.06 -
System Red Green Blue C M Y K H S L
Decimal 9 71 144 0.94 0.51 0 0.44 212.44 0.88 0.3
Hex 9 47 90 5E 33 0 2C D4 58 1E
Octal 11 107 220 136 63 0 54 324 130 36
Binary 1001 1000111 10010000 1011110 110011 0 101100 11010100 1011000 11110

Color Harmonies of #094790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094790

Black with #094790

Text Example


Text Example

White with #094790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094790; }

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

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

background-color css

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

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

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

border-color css

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

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

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