Html Css Color HEX #014B49 Sherpa Blue

📋 copy color: '#014B49'

red 1 ◦ green 75 ◦ blue 73

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

Shades of Sherpa Blue #014B49

Tints of Sherpa Blue #014B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 50.34%

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

R = 0.67%
G = 50.34%
B = 48.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#014B49 (or 0x014B49) is known color: Sherpa Blue. HEX triplet: 01, 4B and 49. RGB value is (1,75,73). Sum of RGB (Red+Green+Blue) = 1+75+73=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 75 (29.69% from 255 or 50.34% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 75 - color contains mainly: green. Hex color #014B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014B49 is #FEB4B6. Grayscale: #343434. Windows color (decimal): -16692407 or 4803329. OLE color: 4803329.

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

Color convert

RGB 1 75 73 -
CMYK 0.99 0 0.03 0.71
HSL 178.38º 0.97% 0.15% -
HSV(B) 178.38º 0.99% 0.29% -
XYZ 3.73 5.52 7.17 -
YUV 52.65 139.48 91.16 -
System Red Green Blue C M Y K H S L
Decimal 1 75 73 0.99 0 0.03 0.71 178.38 0.97 0.15
Hex 1 4B 49 63 0 3 47 B2 61 F
Octal 1 113 111 143 0 3 107 262 141 17
Binary 1 1001011 1001001 1100011 0 11 1000111 10110010 1100001 1111

Color Harmonies of #014B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014B49

Black with #014B49

Text Example


Text Example

White with #014B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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