Html Css Color HEX #013A4B Sherpa Blue

📋 copy color: '#013A4B'

red 1 ◦ green 58 ◦ blue 75

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

Shades of Sherpa Blue #013A4B

Tints of Sherpa Blue #013A4B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 43.28%

 BLUE value IS 75 (29.69% from 255) = 55.97%

R = 0.75%
G = 43.28%
B = 55.97%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#013A4B (or 0x013A4B) is known color: Sherpa Blue. HEX triplet: 01, 3A and 4B. RGB value is (1,58,75). Sum of RGB (Red+Green+Blue) = 1+58+75=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 75 (29.69% from 255 or 55.97% from 134); Max value from RGB is 75 - color contains mainly: blue. Hex color #013A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A4B is #FEC5B4. Grayscale: #2A2A2A. Windows color (decimal): -16696757 or 4930049. OLE color: 4930049.

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

Color convert

RGB 1 58 75 -
CMYK 0.99 0.23 0 0.71
HSL 193.78º 0.97% 0.15% -
HSV(B) 193.78º 0.99% 0.29% -
XYZ 2.8 3.54 7.19 -
YUV 42.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 1 58 75 0.99 0.23 0 0.71 193.78 0.97 0.15
Hex 1 3A 4B 63 17 0 47 C2 61 F
Octal 1 72 113 143 27 0 107 302 141 17
Binary 1 111010 1001011 1100011 10111 0 1000111 11000010 1100001 1111

Color Harmonies of #013A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A4B

Black with #013A4B

Text Example


Text Example

White with #013A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,58,75); }

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

background-color css

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

 a { background-color: rgb(1,58,75); }

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

border-color css

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

 span { border-color: rgb(1,58,75); }

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