#004158

Color #004158 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #004158

Tints of Sherpa Blue #004158

Color information

#004158 (or 0x004158) is unknown color: approx Sherpa Blue. HEX triplet: 00, 41 and 58. RGB value is (0,65,88). Sum of RGB (Red+Green+Blue) = 0+65+88=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 88 (34.77% from 255 or 57.52% from 153); Max value from RGB is 88 - color contains mainly: blue. Hex color #004158 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004158 is #FFBEA7. Grayscale: #303030. Windows color (decimal): -16760488 or 5783808. OLE color: 5783808.

HSL color Cylindrical-coordinate representation of color #004158: hue angle of 195.68º 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 #004158 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB06588-
CMYK10.2600.65
HSL195.68º100%17.25%-
HSV(B)195.68º100%34.51%-
XYZ3.654.499.91-
YUV48.19150.4793.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 65 (25.78% from 255) = 42.48%
BLUE value IS 88 (34.77% from 255) = 57.52%
R=0%
G=42.48%
B=57.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0658810.2600.65195.6810017.25
Hex04158641A041c46411
Octal010113014432010130414421
Binary0100000110110001100100110100100000111000100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004158; }

 p { color: rgb(0,65,88); }

 H1.HeaderClassName
 {
   color: #004158;
 }
 .AnyTagClassName
 {
   color: #004158;
 }
</style>
background-color css

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

 a { background-color: rgb(0,65,88); }

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

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

 span { border-color: rgb(0,65,88); }

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