Html Css Color HEX #013C48 Sherpa Blue

📋 copy color: '#013C48'

red 1 ◦ green 60 ◦ blue 72

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

Shades of Sherpa Blue #013C48

Tints of Sherpa Blue #013C48

RGB

 RED value IS 1 (0.78% from 255) = 0.75%

 GREEN value IS 60 (23.83% from 255) = 45.11%

 BLUE value IS 72 (28.52% from 255) = 54.14%

R = 0.75%
G = 45.11%
B = 54.14%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#013C48 (or 0x013C48) is known color: Sherpa Blue. HEX triplet: 01, 3C and 48. RGB value is (1,60,72). Sum of RGB (Red+Green+Blue) = 1+60+72=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #013C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013C48 is #FEC3B7. Grayscale: #2B2B2B. Windows color (decimal): -16696248 or 4733953. OLE color: 4733953.

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

Color convert

RGB 1 60 72 -
CMYK 0.99 0.17 0 0.72
HSL 190.14º 0.97% 0.14% -
HSV(B) 190.14º 0.99% 0.28% -
XYZ 2.8 3.71 6.7 -
YUV 43.73 143.95 97.52 -
System Red Green Blue C M Y K H S L
Decimal 1 60 72 0.99 0.17 0 0.72 190.14 0.97 0.14
Hex 1 3C 48 63 11 0 48 BE 61 E
Octal 1 74 110 143 21 0 110 276 141 16
Binary 1 111100 1001000 1100011 10001 0 1001000 10111110 1100001 1110

Color Harmonies of #013C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C48

Black with #013C48

Text Example


Text Example

White with #013C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013C48; }

 p { color: rgb(1,60,72); }

 H1.HeaderClassName
 {
   color: #013C48;
 }
 .AnyTagClassName
 {
   color: #013C48;
 }
</style>

background-color css

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

 a { background-color: rgb(1,60,72); }

 div.DivClassName
 {
   background-color: #013C48;
 }
 .BgClassName
 {
   background-color: #013C48;
 }
</style>

border-color css

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

 span { border-color: rgb(1,60,72); }

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