Html Css Color HEX #004059 Sherpa Blue

📋 copy color: '#004059'

red 0 ◦ green 64 ◦ blue 89

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

Shades of Sherpa Blue #004059

Tints of Sherpa Blue #004059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 58.17%

R = 0%
G = 41.83%
B = 58.17%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#004059 (or 0x004059) is known color: Sherpa Blue. HEX triplet: 00, 40 and 59. RGB value is (0,64,89). Sum of RGB (Red+Green+Blue) = 0+64+89=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #004059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004059 is #FFBFA6. Grayscale: #2F2F2F. Windows color (decimal): -16760743 or 5849088. OLE color: 5849088.

HSL color Cylindrical-coordinate representation of color #004059: hue angle of 196.85º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004059 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 64 89 -
CMYK 1 0.28 0 0.65
HSL 196.85º 1% 0.17% -
HSV(B) 196.85º 1% 0.35% -
XYZ 3.64 4.39 10.11 -
YUV 47.71 151.3 93.97 -
System Red Green Blue C M Y K H S L
Decimal 0 64 89 1 0.28 0 0.65 196.85 1 0.17
Hex 0 40 59 64 1C 0 41 C5 64 11
Octal 0 100 131 144 34 0 101 305 144 21
Binary 0 1000000 1011001 1100100 11100 0 1000001 11000101 1100100 10001

Color Harmonies of #004059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004059

Black with #004059

Text Example


Text Example

White with #004059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004059; }

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

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

background-color css

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

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

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

border-color css

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

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

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