Html Css Color HEX #094389 Dark Cerulean

📋 copy color: '#094389'

red 9 ◦ green 67 ◦ blue 137

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

Shades of Dark Cerulean #094389

Tints of Dark Cerulean #094389

RGB

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

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

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

R = 4.23%
G = 31.46%
B = 64.32%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#094389 (or 0x094389) is known color: Dark Cerulean. HEX triplet: 09, 43 and 89. RGB value is (9,67,137). Sum of RGB (Red+Green+Blue) = 9+67+137=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 137 (53.91% from 255 or 64.32% from 213); Max value from RGB is 137 - color contains mainly: blue. Hex color #094389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094389 is #F6BC76. Grayscale: #393939. Windows color (decimal): -16170103 or 8995593. OLE color: 8995593.

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

Color convert

RGB 9 67 137 -
CMYK 0.93 0.51 0 0.46
HSL 212.81º 0.88% 0.29% -
HSV(B) 212.81º 0.93% 0.54% -
XYZ 6.64 5.88 24.45 -
YUV 57.64 172.78 93.31 -
System Red Green Blue C M Y K H S L
Decimal 9 67 137 0.93 0.51 0 0.46 212.81 0.88 0.29
Hex 9 43 89 5D 33 0 2E D5 58 1D
Octal 11 103 211 135 63 0 56 325 130 35
Binary 1001 1000011 10001001 1011101 110011 0 101110 11010101 1011000 11101

Color Harmonies of #094389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094389

Black with #094389

Text Example


Text Example

White with #094389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094389; }

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

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

background-color css

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

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

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

border-color css

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

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

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