Html Css Color HEX #084450 Sherpa Blue

📋 copy color: '#084450'

red 8 ◦ green 68 ◦ blue 80

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

Shades of Sherpa Blue #084450

Tints of Sherpa Blue #084450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.59%

 BLUE value IS 80 (31.64% from 255) = 51.28%

R = 5.13%
G = 43.59%
B = 51.28%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#084450 (or 0x084450) is known color: Sherpa Blue. HEX triplet: 08, 44 and 50. RGB value is (8,68,80). Sum of RGB (Red+Green+Blue) = 8+68+80=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #084450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084450 is #F7BBAF. Grayscale: #333333. Windows color (decimal): -16235440 or 5260296. OLE color: 5260296.

HSL color Cylindrical-coordinate representation of color #084450: hue angle of 190º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084450 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 68 80 -
CMYK 0.90 0.15 0 0.69
HSL 190º 0.82% 0.17% -
HSV(B) 190º 0.9% 0.31% -
XYZ 3.62 4.77 8.32 -
YUV 51.43 144.12 97.02 -
System Red Green Blue C M Y K H S L
Decimal 8 68 80 0.90 0.15 0 0.69 190 0.82 0.17
Hex 8 44 50 5A F 0 45 BE 52 11
Octal 10 104 120 132 17 0 105 276 122 21
Binary 1000 1000100 1010000 1011010 1111 0 1000101 10111110 1010010 10001

Color Harmonies of #084450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084450

Black with #084450

Text Example


Text Example

White with #084450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084450; }

 p { color: rgb(8,68,80); }

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

background-color css

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

 a { background-color: rgb(8,68,80); }

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

border-color css

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

 span { border-color: rgb(8,68,80); }

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