Html Css Color HEX #084A92 Dark Cerulean

📋 copy color: '#084A92'

red 8 ◦ green 74 ◦ blue 146

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

Shades of Dark Cerulean #084A92

Tints of Dark Cerulean #084A92

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.46%

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

R = 3.51%
G = 32.46%
B = 64.04%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#084A92 (or 0x084A92) is known color: Dark Cerulean. HEX triplet: 08, 4A and 92. RGB value is (8,74,146). Sum of RGB (Red+Green+Blue) = 8+74+146=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #084A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084A92 is #F7B56D. Grayscale: #3E3E3E. Windows color (decimal): -16233838 or 9587208. OLE color: 9587208.

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

Color convert

RGB 8 74 146 -
CMYK 0.95 0.49 0 0.43
HSL 211.3º 0.9% 0.3% -
HSV(B) 211.3º 0.95% 0.57% -
XYZ 7.74 7.02 28.14 -
YUV 62.47 175.13 89.15 -
System Red Green Blue C M Y K H S L
Decimal 8 74 146 0.95 0.49 0 0.43 211.3 0.9 0.3
Hex 8 4A 92 5F 31 0 2B D3 5A 1E
Octal 10 112 222 137 61 0 53 323 132 36
Binary 1000 1001010 10010010 1011111 110001 0 101011 11010011 1011010 11110

Color Harmonies of #084A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084A92

Black with #084A92

Text Example


Text Example

White with #084A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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