Html Css Color HEX #084A8D Dark Cerulean

📋 copy color: '#084A8D'

red 8 ◦ green 74 ◦ blue 141

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

Shades of Dark Cerulean #084A8D

Tints of Dark Cerulean #084A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 63.23%

R = 3.59%
G = 33.18%
B = 63.23%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#084A8D (or 0x084A8D) is known color: Dark Cerulean. HEX triplet: 08, 4A and 8D. RGB value is (8,74,141). Sum of RGB (Red+Green+Blue) = 8+74+141=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #084A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084A8D is #F7B572. Grayscale: #3D3D3D. Windows color (decimal): -16233843 or 9259528. OLE color: 9259528.

HSL color Cylindrical-coordinate representation of color #084A8D: hue angle of 210.23º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084A8D is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 74 141 -
CMYK 0.94 0.48 0 0.45
HSL 210.23º 0.89% 0.29% -
HSV(B) 210.23º 0.94% 0.55% -
XYZ 7.36 6.87 26.14 -
YUV 61.9 172.63 89.55 -
System Red Green Blue C M Y K H S L
Decimal 8 74 141 0.94 0.48 0 0.45 210.23 0.89 0.29
Hex 8 4A 8D 5E 30 0 2D D2 59 1D
Octal 10 112 215 136 60 0 55 322 131 35
Binary 1000 1001010 10001101 1011110 110000 0 101101 11010010 1011001 11101

Color Harmonies of #084A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084A8D

Black with #084A8D

Text Example


Text Example

White with #084A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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