Html Css Color HEX #01353E Sherpa Blue

📋 copy color: '#01353E'

red 1 ◦ green 53 ◦ blue 62

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

Shades of Sherpa Blue #01353E

Tints of Sherpa Blue #01353E

RGB

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

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

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

R = 0.86%
G = 45.69%
B = 53.45%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01353E (or 0x01353E) is known color: Sherpa Blue. HEX triplet: 01, 35 and 3E. RGB value is (1,53,62). Sum of RGB (Red+Green+Blue) = 1+53+62=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 62 (24.61% from 255 or 53.45% from 116); Max value from RGB is 62 - color contains mainly: blue. Hex color #01353E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01353E is #FECAC1. Grayscale: #262626. Windows color (decimal): -16698050 or 4076801. OLE color: 4076801.

HSL color Cylindrical-coordinate representation of color #01353E: hue angle of 188.85º 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 #01353E is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 53 62 -
CMYK 0.98 0.15 0 0.76
HSL 188.85º 0.97% 0.12% -
HSV(B) 188.85º 0.98% 0.24% -
XYZ 2.16 2.9 5 -
YUV 38.48 141.27 101.27 -
System Red Green Blue C M Y K H S L
Decimal 1 53 62 0.98 0.15 0 0.76 188.85 0.97 0.12
Hex 1 35 3E 62 F 0 4C BD 61 C
Octal 1 65 76 142 17 0 114 275 141 14
Binary 1 110101 111110 1100010 1111 0 1001100 10111101 1100001 1100

Color Harmonies of #01353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01353E

Black with #01353E

Text Example


Text Example

White with #01353E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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