#004253

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

Shades of Sherpa Blue #004253

Tints of Sherpa Blue #004253

Color information

#004253 (or 0x004253) is unknown color: approx Sherpa Blue. HEX triplet: 00, 42 and 53. RGB value is (0,66,83). Sum of RGB (Red+Green+Blue) = 0+66+83=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #004253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004253 is #FFBDAC. Grayscale: #303030. Windows color (decimal): -16760237 or 5456384. OLE color: 5456384.

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

Color convert

RGB06683-
CMYK10.2000.67
HSL192.29º100%16.27%-
HSV(B)192.29º100%32.55%-
XYZ3.514.528.87-
YUV48.2147.6393.62-

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) = 44.30%
BLUE value IS 83 (32.81% from 255) = 55.70%
R=0%
G=44.30%
B=55.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0668310.2000.67192.2910016.27
Hex042536414043c06410
Octal010212314424010330014420
Binary0100001010100111100100101000100001111000000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004253; }

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

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

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

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

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

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

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

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