Html Css Color HEX #01444D Sherpa Blue

📋 copy color: '#01444D'

red 1 ◦ green 68 ◦ blue 77

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

Shades of Sherpa Blue #01444D

Tints of Sherpa Blue #01444D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 46.58%

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

R = 0.68%
G = 46.58%
B = 52.74%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01444D (or 0x01444D) is known color: Sherpa Blue. HEX triplet: 01, 44 and 4D. RGB value is (1,68,77). Sum of RGB (Red+Green+Blue) = 1+68+77=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #01444D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01444D is #FEBBB2. Grayscale: #303030. Windows color (decimal): -16694195 or 5063681. OLE color: 5063681.

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

Color convert

RGB 1 68 77 -
CMYK 0.99 0.12 0 0.70
HSL 187.11º 0.97% 0.15% -
HSV(B) 187.11º 0.99% 0.3% -
XYZ 3.42 4.68 7.74 -
YUV 48.99 143.8 93.77 -
System Red Green Blue C M Y K H S L
Decimal 1 68 77 0.99 0.12 0 0.70 187.11 0.97 0.15
Hex 1 44 4D 63 C 0 46 BB 61 F
Octal 1 104 115 143 14 0 106 273 141 17
Binary 1 1000100 1001101 1100011 1100 0 1000110 10111011 1100001 1111

Color Harmonies of #01444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01444D

Black with #01444D

Text Example


Text Example

White with #01444D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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