Html Css Color HEX #013F4C Sherpa Blue

📋 copy color: '#013F4C'

red 1 ◦ green 63 ◦ blue 76

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

Shades of Sherpa Blue #013F4C

Tints of Sherpa Blue #013F4C

RGB

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

 GREEN value IS 63 (25% from 255) = 45%

 BLUE value IS 76 (30.08% from 255) = 54.29%

R = 0.71%
G = 45%
B = 54.29%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#013F4C (or 0x013F4C) is known color: Sherpa Blue. HEX triplet: 01, 3F and 4C. RGB value is (1,63,76). Sum of RGB (Red+Green+Blue) = 1+63+76=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 63 (25% from 255 or 45% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #013F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F4C is #FEC0B3. Grayscale: #2D2D2D. Windows color (decimal): -16695476 or 4996865. OLE color: 4996865.

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

Color convert

RGB 1 63 76 -
CMYK 0.99 0.17 0 0.70
HSL 190.4º 0.97% 0.15% -
HSV(B) 190.4º 0.99% 0.3% -
XYZ 3.09 4.08 7.46 -
YUV 45.94 144.96 95.94 -
System Red Green Blue C M Y K H S L
Decimal 1 63 76 0.99 0.17 0 0.70 190.4 0.97 0.15
Hex 1 3F 4C 63 11 0 46 BE 61 F
Octal 1 77 114 143 21 0 106 276 141 17
Binary 1 111111 1001100 1100011 10001 0 1000110 10111110 1100001 1111

Color Harmonies of #013F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F4C

Black with #013F4C

Text Example


Text Example

White with #013F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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