Html Css Color HEX #014752 Sherpa Blue

📋 copy color: '#014752'

red 1 ◦ green 71 ◦ blue 82

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

Shades of Sherpa Blue #014752

Tints of Sherpa Blue #014752

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.1%

 BLUE value IS 82 (32.42% from 255) = 53.25%

R = 0.65%
G = 46.1%
B = 53.25%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#014752 (or 0x014752) is known color: Sherpa Blue. HEX triplet: 01, 47 and 52. RGB value is (1,71,82). Sum of RGB (Red+Green+Blue) = 1+71+82=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #014752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014752 is #FEB8AD. Grayscale: #333333. Windows color (decimal): -16693422 or 5392129. OLE color: 5392129.

HSL color Cylindrical-coordinate representation of color #014752: hue angle of 188.15º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014752 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 71 82 -
CMYK 0.99 0.13 0 0.68
HSL 188.15º 0.98% 0.16% -
HSV(B) 188.15º 0.99% 0.32% -
XYZ 3.79 5.12 8.77 -
YUV 51.32 145.31 92.11 -
System Red Green Blue C M Y K H S L
Decimal 1 71 82 0.99 0.13 0 0.68 188.15 0.98 0.16
Hex 1 47 52 63 D 0 44 BC 62 10
Octal 1 107 122 143 15 0 104 274 142 20
Binary 1 1000111 1010010 1100011 1101 0 1000100 10111100 1100010 10000

Color Harmonies of #014752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014752

Black with #014752

Text Example


Text Example

White with #014752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014752; }

 p { color: rgb(1,71,82); }

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

background-color css

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

 a { background-color: rgb(1,71,82); }

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

border-color css

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

 span { border-color: rgb(1,71,82); }

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