#01323F

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

Shades of Sherpa Blue #01323F

Tints of Sherpa Blue #01323F

Color information

#01323F (or 0x01323F) is unknown color: approx Sherpa Blue. HEX triplet: 01, 32 and 3F. RGB value is (1,50,63). Sum of RGB (Red+Green+Blue) = 1+50+63=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 63 (25% from 255 or 55.26% from 114); Max value from RGB is 63 - color contains mainly: blue. Hex color #01323F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01323F is #FECDC0. Grayscale: #242424. Windows color (decimal): -16698817 or 4141569. OLE color: 4141569.

HSL color Cylindrical-coordinate representation of color #01323F: hue angle of 192.58º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01323F is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB15063-
CMYK0.980.2100.75
HSL192.58º96.88%12.55%-
HSV(B)192.58º98.41%24.71%-
XYZ2.052.655.11-
YUV36.83142.77102.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 50 (19.92% from 255) = 43.86%
BLUE value IS 63 (25% from 255) = 55.26%
R=0.88%
G=43.86%
B=55.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal150630.980.2100.75192.5896.8812.55
Hex1323F621504Bc161d
Octal1627714225011330114115
Binary1110010111111110001010101010010111100000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01323F; }

 p { color: rgb(1,50,63); }

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

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

 a { background-color: rgb(1,50,63); }

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

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

 span { border-color: rgb(1,50,63); }

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