Html Css Color HEX #084992 Dark Cerulean

📋 copy color: '#084992'

red 8 ◦ green 73 ◦ blue 146

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

Shades of Dark Cerulean #084992

Tints of Dark Cerulean #084992

RGB

 RED value IS 8 (3.52% from 255) = 3.52%

 GREEN value IS 73 (28.91% from 255) = 32.16%

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

R = 3.52%
G = 32.16%
B = 64.32%

CMYK

 C value IS 0.95

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#084992 (or 0x084992) is known color: Dark Cerulean. HEX triplet: 08, 49 and 92. RGB value is (8,73,146). Sum of RGB (Red+Green+Blue) = 8+73+146=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 73 (28.91% from 255 or 32.16% 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 #084992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084992 is #F7B66D. Grayscale: #3D3D3D. Windows color (decimal): -16234094 or 9586952. OLE color: 9586952.

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

Color convert

RGB 8 73 146 -
CMYK 0.95 0.5 0 0.43
HSL 211.74º 0.9% 0.3% -
HSV(B) 211.74º 0.95% 0.57% -
XYZ 7.67 6.89 28.12 -
YUV 61.89 175.47 89.56 -
System Red Green Blue C M Y K H S L
Decimal 8 73 146 0.95 0.5 0 0.43 211.74 0.9 0.3
Hex 8 49 92 5F 32 0 2B D4 5A 1E
Octal 10 111 222 137 62 0 53 324 132 36
Binary 1000 1001001 10010010 1011111 110010 0 101011 11010100 1011010 11110

Color Harmonies of #084992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084992

Black with #084992

Text Example


Text Example

White with #084992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084992; }

 p { color: rgb(8,73,146); }

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

background-color css

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

 a { background-color: rgb(8,73,146); }

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

border-color css

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

 span { border-color: rgb(8,73,146); }

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