Html Css Color HEX #094892 Dark Cerulean

📋 copy color: '#094892'

red 9 ◦ green 72 ◦ blue 146

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

Shades of Dark Cerulean #094892

Tints of Dark Cerulean #094892

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.72%

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

R = 3.96%
G = 31.72%
B = 64.32%

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

#094892 (or 0x094892) is known color: Dark Cerulean. HEX triplet: 09, 48 and 92. RGB value is (9,72,146). Sum of RGB (Red+Green+Blue) = 9+72+146=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #094892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094892 is #F6B76D. Grayscale: #3D3D3D. Windows color (decimal): -16168814 or 9586697. OLE color: 9586697.

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

Color convert

RGB 9 72 146 -
CMYK 0.94 0.51 0 0.43
HSL 212.41º 0.88% 0.3% -
HSV(B) 212.41º 0.94% 0.57% -
XYZ 7.62 6.77 28.1 -
YUV 61.6 175.63 90.48 -
System Red Green Blue C M Y K H S L
Decimal 9 72 146 0.94 0.51 0 0.43 212.41 0.88 0.3
Hex 9 48 92 5E 33 0 2B D4 58 1E
Octal 11 110 222 136 63 0 53 324 130 36
Binary 1001 1001000 10010010 1011110 110011 0 101011 11010100 1011000 11110

Color Harmonies of #094892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094892

Black with #094892

Text Example


Text Example

White with #094892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094892; }

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

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

background-color css

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

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

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

border-color css

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

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

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