Html Css Color HEX #094088 Dark Cerulean

📋 copy color: '#094088'

red 9 ◦ green 64 ◦ blue 136

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

Shades of Dark Cerulean #094088

Tints of Dark Cerulean #094088

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.62%

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

R = 4.31%
G = 30.62%
B = 65.07%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#094088 (or 0x094088) is known color: Dark Cerulean. HEX triplet: 09, 40 and 88. RGB value is (9,64,136). Sum of RGB (Red+Green+Blue) = 9+64+136=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 136 (53.52% from 255 or 65.07% from 209); Max value from RGB is 136 - color contains mainly: blue. Hex color #094088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094088 is #F6BF77. Grayscale: #373737. Windows color (decimal): -16170872 or 8929289. OLE color: 8929289.

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

Color convert

RGB 9 64 136 -
CMYK 0.93 0.53 0 0.47
HSL 214.02º 0.88% 0.28% -
HSV(B) 214.02º 0.93% 0.53% -
XYZ 6.39 5.5 24.02 -
YUV 55.76 173.28 94.65 -
System Red Green Blue C M Y K H S L
Decimal 9 64 136 0.93 0.53 0 0.47 214.02 0.88 0.28
Hex 9 40 88 5D 35 0 2F D6 58 1C
Octal 11 100 210 135 65 0 57 326 130 34
Binary 1001 1000000 10001000 1011101 110101 0 101111 11010110 1011000 11100

Color Harmonies of #094088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094088

Black with #094088

Text Example


Text Example

White with #094088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094088; }

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

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

background-color css

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

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

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

border-color css

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

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

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