Html Css Color HEX #094692 Dark Cerulean

📋 copy color: '#094692'

red 9 ◦ green 70 ◦ blue 146

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

Shades of Dark Cerulean #094692

Tints of Dark Cerulean #094692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 64.89%

R = 4%
G = 31.11%
B = 64.89%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#094692 (or 0x094692) is known color: Dark Cerulean. HEX triplet: 09, 46 and 92. RGB value is (9,70,146). Sum of RGB (Red+Green+Blue) = 9+70+146=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #094692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094692 is #F6B96D. Grayscale: #3C3C3C. Windows color (decimal): -16169326 or 9586185. OLE color: 9586185.

HSL color Cylindrical-coordinate representation of color #094692: hue angle of 213.28º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094692 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 70 146 -
CMYK 0.94 0.52 0 0.43
HSL 213.28º 0.88% 0.3% -
HSV(B) 213.28º 0.94% 0.57% -
XYZ 7.49 6.51 28.06 -
YUV 60.43 176.29 91.32 -
System Red Green Blue C M Y K H S L
Decimal 9 70 146 0.94 0.52 0 0.43 213.28 0.88 0.3
Hex 9 46 92 5E 34 0 2B D5 58 1E
Octal 11 106 222 136 64 0 53 325 130 36
Binary 1001 1000110 10010010 1011110 110100 0 101011 11010101 1011000 11110

Color Harmonies of #094692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094692

Black with #094692

Text Example


Text Example

White with #094692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094692; }

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

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

background-color css

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

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

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

border-color css

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

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

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