Html Css Color HEX #094086 Dark Cerulean

📋 copy color: '#094086'

red 9 ◦ green 64 ◦ blue 134

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

Shades of Dark Cerulean #094086

Tints of Dark Cerulean #094086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 64.73%

R = 4.35%
G = 30.92%
B = 64.73%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#094086 (or 0x094086) is known color: Dark Cerulean. HEX triplet: 09, 40 and 86. RGB value is (9,64,134). Sum of RGB (Red+Green+Blue) = 9+64+134=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 134 (52.73% from 255 or 64.73% from 207); Max value from RGB is 134 - color contains mainly: blue. Hex color #094086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094086 is #F6BF79. Grayscale: #373737. Windows color (decimal): -16170874 or 8798217. OLE color: 8798217.

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

Color convert

RGB 9 64 134 -
CMYK 0.93 0.52 0 0.47
HSL 213.6º 0.87% 0.28% -
HSV(B) 213.6º 0.93% 0.53% -
XYZ 6.25 5.45 23.28 -
YUV 55.54 172.28 94.81 -
System Red Green Blue C M Y K H S L
Decimal 9 64 134 0.93 0.52 0 0.47 213.6 0.87 0.28
Hex 9 40 86 5D 34 0 2F D6 57 1C
Octal 11 100 206 135 64 0 57 326 127 34
Binary 1001 1000000 10000110 1011101 110100 0 101111 11010110 1010111 11100

Color Harmonies of #094086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094086

Black with #094086

Text Example


Text Example

White with #094086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094086; }

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

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

background-color css

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

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

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

border-color css

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

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

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