Html Css Color HEX #094588 Dark Cerulean

📋 copy color: '#094588'

red 9 ◦ green 69 ◦ blue 136

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

Shades of Dark Cerulean #094588

Tints of Dark Cerulean #094588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 63.55%

R = 4.21%
G = 32.24%
B = 63.55%

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

#094588 (or 0x094588) is known color: Dark Cerulean. HEX triplet: 09, 45 and 88. RGB value is (9,69,136). Sum of RGB (Red+Green+Blue) = 9+69+136=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 136 (53.52% from 255 or 63.55% from 214); Max value from RGB is 136 - color contains mainly: blue. Hex color #094588 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094588 is #F6BA77. Grayscale: #3A3A3A. Windows color (decimal): -16169592 or 8930569. OLE color: 8930569.

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

Color convert

RGB 9 69 136 -
CMYK 0.93 0.49 0 0.47
HSL 211.65º 0.88% 0.28% -
HSV(B) 211.65º 0.93% 0.53% -
XYZ 6.68 6.09 24.12 -
YUV 58.7 171.62 92.55 -
System Red Green Blue C M Y K H S L
Decimal 9 69 136 0.93 0.49 0 0.47 211.65 0.88 0.28
Hex 9 45 88 5D 31 0 2F D4 58 1C
Octal 11 105 210 135 61 0 57 324 130 34
Binary 1001 1000101 10001000 1011101 110001 0 101111 11010100 1011000 11100

Color Harmonies of #094588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094588

Black with #094588

Text Example


Text Example

White with #094588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094588; }

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

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

background-color css

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

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

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

border-color css

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

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

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