Html Css Color HEX #01354D Sherpa Blue

📋 copy color: '#01354D'

red 1 ◦ green 53 ◦ blue 77

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

Shades of Sherpa Blue #01354D

Tints of Sherpa Blue #01354D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 40.46%

 BLUE value IS 77 (30.47% from 255) = 58.78%

R = 0.76%
G = 40.46%
B = 58.78%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01354D (or 0x01354D) is known color: Sherpa Blue. HEX triplet: 01, 35 and 4D. RGB value is (1,53,77). Sum of RGB (Red+Green+Blue) = 1+53+77=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #01354D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01354D is #FECAB2. Grayscale: #282828. Windows color (decimal): -16698035 or 5059841. OLE color: 5059841.

HSL color Cylindrical-coordinate representation of color #01354D: hue angle of 198.95º 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 #01354D is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 53 77 -
CMYK 0.99 0.31 0 0.70
HSL 198.95º 0.97% 0.15% -
HSV(B) 198.95º 0.99% 0.3% -
XYZ 2.63 3.09 7.48 -
YUV 40.19 148.77 100.05 -
System Red Green Blue C M Y K H S L
Decimal 1 53 77 0.99 0.31 0 0.70 198.95 0.97 0.15
Hex 1 35 4D 63 1F 0 46 C7 61 F
Octal 1 65 115 143 37 0 106 307 141 17
Binary 1 110101 1001101 1100011 11111 0 1000110 11000111 1100001 1111

Color Harmonies of #01354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01354D

Black with #01354D

Text Example


Text Example

White with #01354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01354D; }

 p { color: rgb(1,53,77); }

 H1.HeaderClassName
 {
   color: #01354D;
 }
 .AnyTagClassName
 {
   color: #01354D;
 }
</style>

background-color css

<style>
 a { background-color: #01354D; }

 a { background-color: rgb(1,53,77); }

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

border-color css

<style>
 span { border-color: #01354D; }

 span { border-color: rgb(1,53,77); }

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