Html Css Color HEX #084A93 Dark Cerulean

📋 copy color: '#084A93'

red 8 ◦ green 74 ◦ blue 147

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

Shades of Dark Cerulean #084A93

Tints of Dark Cerulean #084A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 64.19%

R = 3.49%
G = 32.31%
B = 64.19%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#084A93 (or 0x084A93) is known color: Dark Cerulean. HEX triplet: 08, 4A and 93. RGB value is (8,74,147). Sum of RGB (Red+Green+Blue) = 8+74+147=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #084A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084A93 is #F7B56C. Grayscale: #3E3E3E. Windows color (decimal): -16233837 or 9652744. OLE color: 9652744.

HSL color Cylindrical-coordinate representation of color #084A93: hue angle of 211.51º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084A93 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 74 147 -
CMYK 0.95 0.50 0 0.42
HSL 211.51º 0.9% 0.3% -
HSV(B) 211.51º 0.95% 0.58% -
XYZ 7.82 7.06 28.55 -
YUV 62.59 175.63 89.06 -
System Red Green Blue C M Y K H S L
Decimal 8 74 147 0.95 0.50 0 0.42 211.51 0.9 0.3
Hex 8 4A 93 5F 32 0 2A D4 5A 1E
Octal 10 112 223 137 62 0 52 324 132 36
Binary 1000 1001010 10010011 1011111 110010 0 101010 11010100 1011010 11110

Color Harmonies of #084A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084A93

Black with #084A93

Text Example


Text Example

White with #084A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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