Html Css Color HEX #01363E Sherpa Blue

📋 copy color: '#01363E'

red 1 ◦ green 54 ◦ blue 62

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

Shades of Sherpa Blue #01363E

Tints of Sherpa Blue #01363E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 52.99%

R = 0.85%
G = 46.15%
B = 52.99%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01363E (or 0x01363E) is known color: Sherpa Blue. HEX triplet: 01, 36 and 3E. RGB value is (1,54,62). Sum of RGB (Red+Green+Blue) = 1+54+62=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 54 (21.48% from 255 or 46.15% from 117); Blue value is 62 (24.61% from 255 or 52.99% from 117); Max value from RGB is 62 - color contains mainly: blue. Hex color #01363E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01363E is #FEC9C1. Grayscale: #262626. Windows color (decimal): -16697794 or 4077057. OLE color: 4077057.

HSL color Cylindrical-coordinate representation of color #01363E: hue angle of 187.87º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01363E is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 54 62 -
CMYK 0.98 0.13 0 0.76
HSL 187.87º 0.97% 0.12% -
HSV(B) 187.87º 0.98% 0.24% -
XYZ 2.2 2.99 5.02 -
YUV 39.07 140.94 100.85 -
System Red Green Blue C M Y K H S L
Decimal 1 54 62 0.98 0.13 0 0.76 187.87 0.97 0.12
Hex 1 36 3E 62 D 0 4C BC 61 C
Octal 1 66 76 142 15 0 114 274 141 14
Binary 1 110110 111110 1100010 1101 0 1001100 10111100 1100001 1100

Color Harmonies of #01363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01363E

Black with #01363E

Text Example


Text Example

White with #01363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01363E; }

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

 H1.HeaderClassName
 {
   color: #01363E;
 }
 .AnyTagClassName
 {
   color: #01363E;
 }
</style>

background-color css

<style>
 a { background-color: #01363E; }

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

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

border-color css

<style>
 span { border-color: #01363E; }

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

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