Html Css Color HEX #014449 Sherpa Blue

📋 copy color: '#014449'

red 1 ◦ green 68 ◦ blue 73

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

Shades of Sherpa Blue #014449

Tints of Sherpa Blue #014449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 51.41%

R = 0.7%
G = 47.89%
B = 51.41%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#014449 (or 0x014449) is known color: Sherpa Blue. HEX triplet: 01, 44 and 49. RGB value is (1,68,73). Sum of RGB (Red+Green+Blue) = 1+68+73=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #014449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014449 is #FEBBB6. Grayscale: #303030. Windows color (decimal): -16694199 or 4801537. OLE color: 4801537.

HSL color Cylindrical-coordinate representation of color #014449: hue angle of 184.17º 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 #014449 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 68 73 -
CMYK 0.99 0.07 0 0.71
HSL 184.17º 0.97% 0.15% -
HSV(B) 184.17º 0.99% 0.29% -
XYZ 3.28 4.62 7.02 -
YUV 48.54 141.8 94.09 -
System Red Green Blue C M Y K H S L
Decimal 1 68 73 0.99 0.07 0 0.71 184.17 0.97 0.15
Hex 1 44 49 63 7 0 47 B8 61 F
Octal 1 104 111 143 7 0 107 270 141 17
Binary 1 1000100 1001001 1100011 111 0 1000111 10111000 1100001 1111

Color Harmonies of #014449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014449

Black with #014449

Text Example


Text Example

White with #014449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014449; }

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

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

background-color css

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

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

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

border-color css

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

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

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