Html Css Color HEX #084A52 Sherpa Blue

📋 copy color: '#084A52'

red 8 ◦ green 74 ◦ blue 82

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

Shades of Sherpa Blue #084A52

Tints of Sherpa Blue #084A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 50%

R = 4.88%
G = 45.12%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#084A52 (or 0x084A52) is known color: Sherpa Blue. HEX triplet: 08, 4A and 52. RGB value is (8,74,82). Sum of RGB (Red+Green+Blue) = 8+74+82=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 74 (29.30% from 255 or 45.12% from 164); Blue value is 82 (32.42% from 255 or 50% from 164); Max value from RGB is 82 - color contains mainly: blue. Hex color #084A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A52 is #F7B5AD. Grayscale: #373737. Windows color (decimal): -16233902 or 5392904. OLE color: 5392904.

HSL color Cylindrical-coordinate representation of color #084A52: hue angle of 186.49º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084A52 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 74 82 -
CMYK 0.90 0.10 0 0.68
HSL 186.49º 0.82% 0.18% -
HSV(B) 186.49º 0.9% 0.32% -
XYZ 4.07 5.56 8.84 -
YUV 55.18 143.13 94.35 -
System Red Green Blue C M Y K H S L
Decimal 8 74 82 0.90 0.10 0 0.68 186.49 0.82 0.18
Hex 8 4A 52 5A A 0 44 BA 52 12
Octal 10 112 122 132 12 0 104 272 122 22
Binary 1000 1001010 1010010 1011010 1010 0 1000100 10111010 1010010 10010

Color Harmonies of #084A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084A52

Black with #084A52

Text Example


Text Example

White with #084A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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