#004248

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

Shades of Sherpa Blue #004248

Tints of Sherpa Blue #004248

Color information

#004248 (or 0x004248) is unknown color: approx Sherpa Blue. HEX triplet: 00, 42 and 48. RGB value is (0,66,72). Sum of RGB (Red+Green+Blue) = 0+66+72=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #004248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004248 is #FFBDB7. Grayscale: #2E2E2E. Windows color (decimal): -16760248 or 4735488. OLE color: 4735488.

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

Color convert

RGB06672-
CMYK10.0800.72
HSL185º100%14.12%-
HSV(B)185º100%28.24%-
XYZ3.124.366.81-
YUV46.95142.1394.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 66 (26.17% from 255) = 47.83%
BLUE value IS 72 (28.52% from 255) = 52.17%
R=0%
G=47.83%
B=52.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0667210.0800.7218510014.12
Hex04248648048b964e
Octal010211014410011027114416
Binary01000010100100011001001000010010001011100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004248; }

 p { color: rgb(0,66,72); }

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

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

 a { background-color: rgb(0,66,72); }

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

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

 span { border-color: rgb(0,66,72); }

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