Html Css Color HEX #004050 Sherpa Blue

📋 copy color: '#004050'

red 0 ◦ green 64 ◦ blue 80

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

Shades of Sherpa Blue #004050

Tints of Sherpa Blue #004050

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 44.44%
B = 55.56%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#004050 (or 0x004050) is known color: Sherpa Blue. HEX triplet: 00, 40 and 50. RGB value is (0,64,80). Sum of RGB (Red+Green+Blue) = 0+64+80=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #004050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004050 is #FFBFAF. Grayscale: #2E2E2E. Windows color (decimal): -16760752 or 5259264. OLE color: 5259264.

HSL color Cylindrical-coordinate representation of color #004050: hue angle of 192º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004050 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 64 80 -
CMYK 1 0.20 0 0.69
HSL 192º 1% 0.16% -
HSV(B) 192º 1% 0.31% -
XYZ 3.28 4.25 8.24 -
YUV 46.69 146.8 94.7 -
System Red Green Blue C M Y K H S L
Decimal 0 64 80 1 0.20 0 0.69 192 1 0.16
Hex 0 40 50 64 14 0 45 C0 64 10
Octal 0 100 120 144 24 0 105 300 144 20
Binary 0 1000000 1010000 1100100 10100 0 1000101 11000000 1100100 10000

Color Harmonies of #004050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004050

Black with #004050

Text Example


Text Example

White with #004050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004050; }

 p { color: rgb(0,64,80); }

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

background-color css

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

 a { background-color: rgb(0,64,80); }

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

border-color css

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

 span { border-color: rgb(0,64,80); }

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