Html Css Color HEX #094186 Dark Cerulean

📋 copy color: '#094186'

red 9 ◦ green 65 ◦ blue 134

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

Shades of Dark Cerulean #094186

Tints of Dark Cerulean #094186

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.25%

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

R = 4.33%
G = 31.25%
B = 64.42%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#094186 (or 0x094186) is known color: Dark Cerulean. HEX triplet: 09, 41 and 86. RGB value is (9,65,134). Sum of RGB (Red+Green+Blue) = 9+65+134=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 134 (52.73% from 255 or 64.42% from 208); Max value from RGB is 134 - color contains mainly: blue. Hex color #094186 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094186 is #F6BE79. Grayscale: #373737. Windows color (decimal): -16170618 or 8798473. OLE color: 8798473.

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

Color convert

RGB 9 65 134 -
CMYK 0.93 0.51 0 0.47
HSL 213.12º 0.87% 0.28% -
HSV(B) 213.12º 0.93% 0.53% -
XYZ 6.31 5.56 23.3 -
YUV 56.12 171.95 94.39 -
System Red Green Blue C M Y K H S L
Decimal 9 65 134 0.93 0.51 0 0.47 213.12 0.87 0.28
Hex 9 41 86 5D 33 0 2F D5 57 1C
Octal 11 101 206 135 63 0 57 325 127 34
Binary 1001 1000001 10000110 1011101 110011 0 101111 11010101 1010111 11100

Color Harmonies of #094186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094186

Black with #094186

Text Example


Text Example

White with #094186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094186; }

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

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

background-color css

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

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

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

border-color css

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

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

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