Html Css Color HEX #01364D Sherpa Blue

📋 copy color: '#01364D'

red 1 ◦ green 54 ◦ blue 77

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

Shades of Sherpa Blue #01364D

Tints of Sherpa Blue #01364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.91%

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

R = 0.76%
G = 40.91%
B = 58.33%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01364D (or 0x01364D) is known color: Sherpa Blue. HEX triplet: 01, 36 and 4D. RGB value is (1,54,77). Sum of RGB (Red+Green+Blue) = 1+54+77=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #01364D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01364D is #FEC9B2. Grayscale: #282828. Windows color (decimal): -16697779 or 5060097. OLE color: 5060097.

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

Color convert

RGB 1 54 77 -
CMYK 0.99 0.30 0 0.70
HSL 198.16º 0.97% 0.15% -
HSV(B) 198.16º 0.99% 0.3% -
XYZ 2.67 3.18 7.49 -
YUV 40.78 148.44 99.63 -
System Red Green Blue C M Y K H S L
Decimal 1 54 77 0.99 0.30 0 0.70 198.16 0.97 0.15
Hex 1 36 4D 63 1E 0 46 C6 61 F
Octal 1 66 115 143 36 0 106 306 141 17
Binary 1 110110 1001101 1100011 11110 0 1000110 11000110 1100001 1111

Color Harmonies of #01364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01364D

Black with #01364D

Text Example


Text Example

White with #01364D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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