Html Css Color HEX #094289 Dark Cerulean

📋 copy color: '#094289'

red 9 ◦ green 66 ◦ blue 137

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

Shades of Dark Cerulean #094289

Tints of Dark Cerulean #094289

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.13%

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

R = 4.25%
G = 31.13%
B = 64.62%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#094289 (or 0x094289) is known color: Dark Cerulean. HEX triplet: 09, 42 and 89. RGB value is (9,66,137). Sum of RGB (Red+Green+Blue) = 9+66+137=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 137 (53.91% from 255 or 64.62% from 212); Max value from RGB is 137 - color contains mainly: blue. Hex color #094289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094289 is #F6BD76. Grayscale: #383838. Windows color (decimal): -16170359 or 8995337. OLE color: 8995337.

HSL color Cylindrical-coordinate representation of color #094289: hue angle of 213.28º 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 #094289 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 66 137 -
CMYK 0.93 0.52 0 0.46
HSL 213.28º 0.88% 0.29% -
HSV(B) 213.28º 0.93% 0.54% -
XYZ 6.58 5.76 24.43 -
YUV 57.05 173.12 93.73 -
System Red Green Blue C M Y K H S L
Decimal 9 66 137 0.93 0.52 0 0.46 213.28 0.88 0.29
Hex 9 42 89 5D 34 0 2E D5 58 1D
Octal 11 102 211 135 64 0 56 325 130 35
Binary 1001 1000010 10001001 1011101 110100 0 101110 11010101 1011000 11101

Color Harmonies of #094289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094289

Black with #094289

Text Example


Text Example

White with #094289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094289; }

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

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

background-color css

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

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

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

border-color css

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

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

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