Html Css Color HEX #084892 Dark Cerulean

📋 copy color: '#084892'

red 8 ◦ green 72 ◦ blue 146

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

Shades of Dark Cerulean #084892

Tints of Dark Cerulean #084892

RGB

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

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

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

R = 3.54%
G = 31.86%
B = 64.6%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#084892 (or 0x084892) is known color: Dark Cerulean. HEX triplet: 08, 48 and 92. RGB value is (8,72,146). Sum of RGB (Red+Green+Blue) = 8+72+146=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 72 (28.52% from 255 or 31.86% 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 #084892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084892 is #F7B76D. Grayscale: #3C3C3C. Windows color (decimal): -16234350 or 9586696. OLE color: 9586696.

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

Color convert

RGB 8 72 146 -
CMYK 0.95 0.51 0 0.43
HSL 212.17º 0.9% 0.3% -
HSV(B) 212.17º 0.95% 0.57% -
XYZ 7.61 6.76 28.1 -
YUV 61.3 175.8 89.98 -
System Red Green Blue C M Y K H S L
Decimal 8 72 146 0.95 0.51 0 0.43 212.17 0.9 0.3
Hex 8 48 92 5F 33 0 2B D4 5A 1E
Octal 10 110 222 137 63 0 53 324 132 36
Binary 1000 1001000 10010010 1011111 110011 0 101011 11010100 1011010 11110

Color Harmonies of #084892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084892

Black with #084892

Text Example


Text Example

White with #084892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084892; }

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

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

background-color css

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

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

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

border-color css

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

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

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