Html Css Color HEX #01323F Sherpa Blue

📋 copy color: '#01323F'

red 1 ◦ green 50 ◦ blue 63

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

Shades of Sherpa Blue #01323F

Tints of Sherpa Blue #01323F

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 value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#01323F (or 0x01323F) is known color: 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

RGB 1 50 63 -
CMYK 0.98 0.21 0 0.75
HSL 192.58º 0.97% 0.13% -
HSV(B) 192.58º 0.98% 0.25% -
XYZ 2.05 2.65 5.11 -
YUV 36.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 1 50 63 0.98 0.21 0 0.75 192.58 0.97 0.13
Hex 1 32 3F 62 15 0 4B C1 61 D
Octal 1 62 77 142 25 0 113 301 141 15
Binary 1 110010 111111 1100010 10101 0 1001011 11000001 1100001 1101

Color Harmonies of #01323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01323F

Black with #01323F

Text Example


Text Example

White with #01323F

Text Example


Text Example

HTML Codes & Css Web 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>