Html Css Color HEX #084082 Dark Cerulean

📋 copy color: '#084082'

red 8 ◦ green 64 ◦ blue 130

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

Shades of Dark Cerulean #084082

Tints of Dark Cerulean #084082

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.68%

 BLUE value IS 130 (51.17% from 255) = 64.36%

R = 3.96%
G = 31.68%
B = 64.36%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#084082 (or 0x084082) is known color: Dark Cerulean. HEX triplet: 08, 40 and 82. RGB value is (8,64,130). Sum of RGB (Red+Green+Blue) = 8+64+130=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 130 (51.17% from 255 or 64.36% from 202); Max value from RGB is 130 - color contains mainly: blue. Hex color #084082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084082 is #F7BF7D. Grayscale: #363636. Windows color (decimal): -16236414 or 8536072. OLE color: 8536072.

HSL color Cylindrical-coordinate representation of color #084082: hue angle of 212.46º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #084082 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 64 130 -
CMYK 0.94 0.51 0 0.49
HSL 212.46º 0.88% 0.27% -
HSV(B) 212.46º 0.94% 0.51% -
XYZ 5.96 5.33 21.83 -
YUV 54.78 170.45 94.63 -
System Red Green Blue C M Y K H S L
Decimal 8 64 130 0.94 0.51 0 0.49 212.46 0.88 0.27
Hex 8 40 82 5E 33 0 31 D4 58 1B
Octal 10 100 202 136 63 0 61 324 130 33
Binary 1000 1000000 10000010 1011110 110011 0 110001 11010100 1011000 11011

Color Harmonies of #084082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084082

Black with #084082

Text Example


Text Example

White with #084082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084082; }

 p { color: rgb(8,64,130); }

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

background-color css

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

 a { background-color: rgb(8,64,130); }

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

border-color css

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

 span { border-color: rgb(8,64,130); }

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