Html Css Color HEX #094089 Dark Cerulean

📋 copy color: '#094089'

red 9 ◦ green 64 ◦ blue 137

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

Shades of Dark Cerulean #094089

Tints of Dark Cerulean #094089

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.48%

 BLUE value IS 137 (53.91% from 255) = 65.24%

R = 4.29%
G = 30.48%
B = 65.24%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#094089 (or 0x094089) is known color: Dark Cerulean. HEX triplet: 09, 40 and 89. RGB value is (9,64,137). Sum of RGB (Red+Green+Blue) = 9+64+137=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #094089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094089 is #F6BF76. Grayscale: #373737. Windows color (decimal): -16170871 or 8994825. OLE color: 8994825.

HSL color Cylindrical-coordinate representation of color #094089: hue angle of 214.22º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094089 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 64 137 -
CMYK 0.93 0.53 0 0.46
HSL 214.22º 0.88% 0.29% -
HSV(B) 214.22º 0.93% 0.54% -
XYZ 6.46 5.53 24.39 -
YUV 55.88 173.78 94.56 -
System Red Green Blue C M Y K H S L
Decimal 9 64 137 0.93 0.53 0 0.46 214.22 0.88 0.29
Hex 9 40 89 5D 35 0 2E D6 58 1D
Octal 11 100 211 135 65 0 56 326 130 35
Binary 1001 1000000 10001001 1011101 110101 0 101110 11010110 1011000 11101

Color Harmonies of #094089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094089

Black with #094089

Text Example


Text Example

White with #094089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094089; }

 p { color: rgb(9,64,137); }

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

background-color css

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

 a { background-color: rgb(9,64,137); }

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

border-color css

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

 span { border-color: rgb(9,64,137); }

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