Html Css Color HEX #01354A Sherpa Blue

📋 copy color: '#01354A'

red 1 ◦ green 53 ◦ blue 74

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

Shades of Sherpa Blue #01354A

Tints of Sherpa Blue #01354A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 57.81%

R = 0.78%
G = 41.41%
B = 57.81%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01354A (or 0x01354A) is known color: Sherpa Blue. HEX triplet: 01, 35 and 4A. RGB value is (1,53,74). Sum of RGB (Red+Green+Blue) = 1+53+74=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 74 (29.30% from 255 or 57.81% from 128); Max value from RGB is 74 - color contains mainly: blue. Hex color #01354A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01354A is #FECAB5. Grayscale: #272727. Windows color (decimal): -16698038 or 4863233. OLE color: 4863233.

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

Color convert

RGB 1 53 74 -
CMYK 0.99 0.28 0 0.71
HSL 197.26º 0.97% 0.15% -
HSV(B) 197.26º 0.99% 0.29% -
XYZ 2.52 3.05 6.93 -
YUV 39.85 147.27 100.29 -
System Red Green Blue C M Y K H S L
Decimal 1 53 74 0.99 0.28 0 0.71 197.26 0.97 0.15
Hex 1 35 4A 63 1C 0 47 C5 61 F
Octal 1 65 112 143 34 0 107 305 141 17
Binary 1 110101 1001010 1100011 11100 0 1000111 11000101 1100001 1111

Color Harmonies of #01354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01354A

Black with #01354A

Text Example


Text Example

White with #01354A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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