Html Css Color HEX #084253 Sherpa Blue

📋 copy color: '#084253'

red 8 ◦ green 66 ◦ blue 83

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

Shades of Sherpa Blue #084253

Tints of Sherpa Blue #084253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.04%

 BLUE value IS 83 (32.81% from 255) = 52.87%

R = 5.1%
G = 42.04%
B = 52.87%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#084253 (or 0x084253) is known color: Sherpa Blue. HEX triplet: 08, 42 and 53. RGB value is (8,66,83). Sum of RGB (Red+Green+Blue) = 8+66+83=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #084253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084253 is #F7BDAC. Grayscale: #323232. Windows color (decimal): -16235949 or 5456392. OLE color: 5456392.

HSL color Cylindrical-coordinate representation of color #084253: hue angle of 193.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084253 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 66 83 -
CMYK 0.90 0.20 0 0.67
HSL 193.6º 0.82% 0.18% -
HSV(B) 193.6º 0.9% 0.33% -
XYZ 3.61 4.57 8.88 -
YUV 50.6 146.28 97.62 -
System Red Green Blue C M Y K H S L
Decimal 8 66 83 0.90 0.20 0 0.67 193.6 0.82 0.18
Hex 8 42 53 5A 14 0 43 C2 52 12
Octal 10 102 123 132 24 0 103 302 122 22
Binary 1000 1000010 1010011 1011010 10100 0 1000011 11000010 1010010 10010

Color Harmonies of #084253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084253

Black with #084253

Text Example


Text Example

White with #084253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084253; }

 p { color: rgb(8,66,83); }

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

background-color css

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

 a { background-color: rgb(8,66,83); }

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

border-color css

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

 span { border-color: rgb(8,66,83); }

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