Html Css Color HEX #094390 Dark Cerulean

📋 copy color: '#094390'

red 9 ◦ green 67 ◦ blue 144

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

Shades of Dark Cerulean #094390

Tints of Dark Cerulean #094390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.45%

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

R = 4.09%
G = 30.45%
B = 65.45%

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

#094390 (or 0x094390) is known color: Dark Cerulean. HEX triplet: 09, 43 and 90. RGB value is (9,67,144). Sum of RGB (Red+Green+Blue) = 9+67+144=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #094390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094390 is #F6BC6F. Grayscale: #3A3A3A. Windows color (decimal): -16170096 or 9454345. OLE color: 9454345.

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

Color convert

RGB 9 67 144 -
CMYK 0.94 0.53 0 0.44
HSL 214.22º 0.88% 0.3% -
HSV(B) 214.22º 0.94% 0.56% -
XYZ 7.15 6.09 27.18 -
YUV 58.44 176.28 92.74 -
System Red Green Blue C M Y K H S L
Decimal 9 67 144 0.94 0.53 0 0.44 214.22 0.88 0.3
Hex 9 43 90 5E 35 0 2C D6 58 1E
Octal 11 103 220 136 65 0 54 326 130 36
Binary 1001 1000011 10010000 1011110 110101 0 101100 11010110 1011000 11110

Color Harmonies of #094390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094390

Black with #094390

Text Example


Text Example

White with #094390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094390; }

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

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

background-color css

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

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

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

border-color css

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

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

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