Html Css Color HEX #01454D Sherpa Blue

📋 copy color: '#01454D'

red 1 ◦ green 69 ◦ blue 77

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

Shades of Sherpa Blue #01454D

Tints of Sherpa Blue #01454D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46.94%

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

R = 0.68%
G = 46.94%
B = 52.38%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01454D (or 0x01454D) is known color: Sherpa Blue. HEX triplet: 01, 45 and 4D. RGB value is (1,69,77). Sum of RGB (Red+Green+Blue) = 1+69+77=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #01454D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01454D is #FEBAB2. Grayscale: #313131. Windows color (decimal): -16693939 or 5063937. OLE color: 5063937.

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

Color convert

RGB 1 69 77 -
CMYK 0.99 0.10 0 0.70
HSL 186.32º 0.97% 0.15% -
HSV(B) 186.32º 0.99% 0.3% -
XYZ 3.48 4.8 7.76 -
YUV 49.58 143.47 93.35 -
System Red Green Blue C M Y K H S L
Decimal 1 69 77 0.99 0.10 0 0.70 186.32 0.97 0.15
Hex 1 45 4D 63 A 0 46 BA 61 F
Octal 1 105 115 143 12 0 106 272 141 17
Binary 1 1000101 1001101 1100011 1010 0 1000110 10111010 1100001 1111

Color Harmonies of #01454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01454D

Black with #01454D

Text Example


Text Example

White with #01454D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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