Html Css Color HEX #014B4C Sherpa Blue

📋 copy color: '#014B4C'

red 1 ◦ green 75 ◦ blue 76

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

Shades of Sherpa Blue #014B4C

Tints of Sherpa Blue #014B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 50%

R = 0.66%
G = 49.34%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#014B4C (or 0x014B4C) is known color: Sherpa Blue. HEX triplet: 01, 4B and 4C. RGB value is (1,75,76). Sum of RGB (Red+Green+Blue) = 1+75+76=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 75 (29.69% from 255 or 49.34% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #014B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014B4C is #FEB4B3. Grayscale: #343434. Windows color (decimal): -16692404 or 4999937. OLE color: 4999937.

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

Color convert

RGB 1 75 76 -
CMYK 0.99 0.01 0 0.70
HSL 180.8º 0.97% 0.15% -
HSV(B) 180.8º 0.99% 0.3% -
XYZ 3.83 5.56 7.71 -
YUV 52.99 140.98 90.92 -
System Red Green Blue C M Y K H S L
Decimal 1 75 76 0.99 0.01 0 0.70 180.8 0.97 0.15
Hex 1 4B 4C 63 1 0 46 B5 61 F
Octal 1 113 114 143 1 0 106 265 141 17
Binary 1 1001011 1001100 1100011 1 0 1000110 10110101 1100001 1111

Color Harmonies of #014B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014B4C

Black with #014B4C

Text Example


Text Example

White with #014B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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