Html Css Color HEX #014249 Sherpa Blue

📋 copy color: '#014249'

red 1 ◦ green 66 ◦ blue 73

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

Shades of Sherpa Blue #014249

Tints of Sherpa Blue #014249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.14%

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

R = 0.71%
G = 47.14%
B = 52.14%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#014249 (or 0x014249) is known color: Sherpa Blue. HEX triplet: 01, 42 and 49. RGB value is (1,66,73). Sum of RGB (Red+Green+Blue) = 1+66+73=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 73 (28.91% from 255 or 52.14% from 140); Max value from RGB is 73 - color contains mainly: blue. Hex color #014249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014249 is #FEBDB6. Grayscale: #2F2F2F. Windows color (decimal): -16694711 or 4801025. OLE color: 4801025.

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

Color convert

RGB 1 66 73 -
CMYK 0.99 0.10 0 0.71
HSL 185.83º 0.97% 0.15% -
HSV(B) 185.83º 0.99% 0.29% -
XYZ 3.16 4.38 6.98 -
YUV 47.36 142.47 94.93 -
System Red Green Blue C M Y K H S L
Decimal 1 66 73 0.99 0.10 0 0.71 185.83 0.97 0.15
Hex 1 42 49 63 A 0 47 BA 61 F
Octal 1 102 111 143 12 0 107 272 141 17
Binary 1 1000010 1001001 1100011 1010 0 1000111 10111010 1100001 1111

Color Harmonies of #014249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014249

Black with #014249

Text Example


Text Example

White with #014249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014249; }

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

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

background-color css

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

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

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

border-color css

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

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

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