Html Css Color HEX #094585 Dark Cerulean

📋 copy color: '#094585'

red 9 ◦ green 69 ◦ blue 133

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

Shades of Dark Cerulean #094585

Tints of Dark Cerulean #094585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 63.03%

R = 4.27%
G = 32.7%
B = 63.03%

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

#094585 (or 0x094585) is known color: Dark Cerulean. HEX triplet: 09, 45 and 85. RGB value is (9,69,133). Sum of RGB (Red+Green+Blue) = 9+69+133=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #094585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094585 is #F6BA7A. Grayscale: #3A3A3A. Windows color (decimal): -16169595 or 8733961. OLE color: 8733961.

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

Color convert

RGB 9 69 133 -
CMYK 0.93 0.48 0 0.48
HSL 210.97º 0.87% 0.28% -
HSV(B) 210.97º 0.93% 0.52% -
XYZ 6.47 6.01 23.01 -
YUV 58.36 170.12 92.8 -
System Red Green Blue C M Y K H S L
Decimal 9 69 133 0.93 0.48 0 0.48 210.97 0.87 0.28
Hex 9 45 85 5D 30 0 30 D3 57 1C
Octal 11 105 205 135 60 0 60 323 127 34
Binary 1001 1000101 10000101 1011101 110000 0 110000 11010011 1010111 11100

Color Harmonies of #094585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094585

Black with #094585

Text Example


Text Example

White with #094585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094585; }

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

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

background-color css

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

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

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

border-color css

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

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

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