Html Css Color HEX #094584 Dark Cerulean

📋 copy color: '#094584'

red 9 ◦ green 69 ◦ blue 132

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

Shades of Dark Cerulean #094584

Tints of Dark Cerulean #094584

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.86%

 BLUE value IS 132 (51.95% from 255) = 62.86%

R = 4.29%
G = 32.86%
B = 62.86%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#094584 (or 0x094584) is known color: Dark Cerulean. HEX triplet: 09, 45 and 84. RGB value is (9,69,132). Sum of RGB (Red+Green+Blue) = 9+69+132=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 132 (51.95% from 255 or 62.86% from 210); Max value from RGB is 132 - color contains mainly: blue. Hex color #094584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094584 is #F6BA7B. Grayscale: #393939. Windows color (decimal): -16169596 or 8668425. OLE color: 8668425.

HSL color Cylindrical-coordinate representation of color #094584: hue angle of 210.73º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094584 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 69 132 -
CMYK 0.93 0.48 0 0.48
HSL 210.73º 0.87% 0.28% -
HSV(B) 210.73º 0.93% 0.52% -
XYZ 6.41 5.98 22.65 -
YUV 58.24 169.62 92.88 -
System Red Green Blue C M Y K H S L
Decimal 9 69 132 0.93 0.48 0 0.48 210.73 0.87 0.28
Hex 9 45 84 5D 30 0 30 D3 57 1C
Octal 11 105 204 135 60 0 60 323 127 34
Binary 1001 1000101 10000100 1011101 110000 0 110000 11010011 1010111 11100

Color Harmonies of #094584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094584

Black with #094584

Text Example


Text Example

White with #094584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094584; }

 p { color: rgb(9,69,132); }

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

background-color css

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

 a { background-color: rgb(9,69,132); }

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

border-color css

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

 span { border-color: rgb(9,69,132); }

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