Html Css Color HEX #01444A Sherpa Blue

📋 copy color: '#01444A'

red 1 ◦ green 68 ◦ blue 74

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

Shades of Sherpa Blue #01444A

Tints of Sherpa Blue #01444A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 51.75%

R = 0.7%
G = 47.55%
B = 51.75%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01444A (or 0x01444A) is known color: Sherpa Blue. HEX triplet: 01, 44 and 4A. RGB value is (1,68,74). Sum of RGB (Red+Green+Blue) = 1+68+74=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #01444A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01444A is #FEBBB5. Grayscale: #303030. Windows color (decimal): -16694198 or 4867073. OLE color: 4867073.

HSL color Cylindrical-coordinate representation of color #01444A: hue angle of 184.93º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01444A is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 68 74 -
CMYK 0.99 0.08 0 0.71
HSL 184.93º 0.97% 0.15% -
HSV(B) 184.93º 0.99% 0.29% -
XYZ 3.32 4.64 7.2 -
YUV 48.65 142.3 94.01 -
System Red Green Blue C M Y K H S L
Decimal 1 68 74 0.99 0.08 0 0.71 184.93 0.97 0.15
Hex 1 44 4A 63 8 0 47 B9 61 F
Octal 1 104 112 143 10 0 107 271 141 17
Binary 1 1000100 1001010 1100011 1000 0 1000111 10111001 1100001 1111

Color Harmonies of #01444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01444A

Black with #01444A

Text Example


Text Example

White with #01444A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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