Html Css Color HEX #094688 Dark Cerulean

📋 copy color: '#094688'

red 9 ◦ green 70 ◦ blue 136

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

Shades of Dark Cerulean #094688

Tints of Dark Cerulean #094688

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.56%

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

R = 4.19%
G = 32.56%
B = 63.26%

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

#094688 (or 0x094688) is known color: Dark Cerulean. HEX triplet: 09, 46 and 88. RGB value is (9,70,136). Sum of RGB (Red+Green+Blue) = 9+70+136=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 136 (53.52% from 255 or 63.26% from 215); Max value from RGB is 136 - color contains mainly: blue. Hex color #094688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094688 is #F6B977. Grayscale: #3A3A3A. Windows color (decimal): -16169336 or 8930825. OLE color: 8930825.

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

Color convert

RGB 9 70 136 -
CMYK 0.93 0.49 0 0.47
HSL 211.18º 0.88% 0.28% -
HSV(B) 211.18º 0.93% 0.53% -
XYZ 6.75 6.22 24.14 -
YUV 59.29 171.29 92.13 -
System Red Green Blue C M Y K H S L
Decimal 9 70 136 0.93 0.49 0 0.47 211.18 0.88 0.28
Hex 9 46 88 5D 31 0 2F D3 58 1C
Octal 11 106 210 135 61 0 57 323 130 34
Binary 1001 1000110 10001000 1011101 110001 0 101111 11010011 1011000 11100

Color Harmonies of #094688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094688

Black with #094688

Text Example


Text Example

White with #094688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094688; }

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

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

background-color css

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

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

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

border-color css

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

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

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