Html Css Color HEX #094587 Dark Cerulean

📋 copy color: '#094587'

red 9 ◦ green 69 ◦ blue 135

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

Shades of Dark Cerulean #094587

Tints of Dark Cerulean #094587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 63.38%

R = 4.23%
G = 32.39%
B = 63.38%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#094587 (or 0x094587) is known color: Dark Cerulean. HEX triplet: 09, 45 and 87. RGB value is (9,69,135). Sum of RGB (Red+Green+Blue) = 9+69+135=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 135 (53.12% from 255 or 63.38% from 213); Max value from RGB is 135 - color contains mainly: blue. Hex color #094587 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094587 is #F6BA78. Grayscale: #3A3A3A. Windows color (decimal): -16169593 or 8865033. OLE color: 8865033.

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

Color convert

RGB 9 69 135 -
CMYK 0.93 0.49 0 0.47
HSL 211.43º 0.88% 0.28% -
HSV(B) 211.43º 0.93% 0.53% -
XYZ 6.61 6.06 23.74 -
YUV 58.58 171.12 92.63 -
System Red Green Blue C M Y K H S L
Decimal 9 69 135 0.93 0.49 0 0.47 211.43 0.88 0.28
Hex 9 45 87 5D 31 0 2F D3 58 1C
Octal 11 105 207 135 61 0 57 323 130 34
Binary 1001 1000101 10000111 1011101 110001 0 101111 11010011 1011000 11100

Color Harmonies of #094587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094587

Black with #094587

Text Example


Text Example

White with #094587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094587; }

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

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

background-color css

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

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

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

border-color css

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

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

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