Html Css Color HEX #094792 Dark Cerulean

📋 copy color: '#094792'

red 9 ◦ green 71 ◦ blue 146

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

Shades of Dark Cerulean #094792

Tints of Dark Cerulean #094792

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

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

R = 3.98%
G = 31.42%
B = 64.6%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#094792 (or 0x094792) is known color: Dark Cerulean. HEX triplet: 09, 47 and 92. RGB value is (9,71,146). Sum of RGB (Red+Green+Blue) = 9+71+146=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #094792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094792 is #F6B86D. Grayscale: #3C3C3C. Windows color (decimal): -16169070 or 9586441. OLE color: 9586441.

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

Color convert

RGB 9 71 146 -
CMYK 0.94 0.51 0 0.43
HSL 212.85º 0.88% 0.3% -
HSV(B) 212.85º 0.94% 0.57% -
XYZ 7.55 6.64 28.08 -
YUV 61.01 175.96 90.9 -
System Red Green Blue C M Y K H S L
Decimal 9 71 146 0.94 0.51 0 0.43 212.85 0.88 0.3
Hex 9 47 92 5E 33 0 2B D5 58 1E
Octal 11 107 222 136 63 0 53 325 130 36
Binary 1001 1000111 10010010 1011110 110011 0 101011 11010101 1011000 11110

Color Harmonies of #094792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094792

Black with #094792

Text Example


Text Example

White with #094792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094792; }

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

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

background-color css

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

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

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

border-color css

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

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

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