Html Css Color HEX #014745 Sherpa Blue

📋 copy color: '#014745'

red 1 ◦ green 71 ◦ blue 69

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

Shades of Sherpa Blue #014745

Tints of Sherpa Blue #014745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 48.94%

R = 0.71%
G = 50.35%
B = 48.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#014745 (or 0x014745) is known color: Sherpa Blue. HEX triplet: 01, 47 and 45. RGB value is (1,71,69). Sum of RGB (Red+Green+Blue) = 1+71+69=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #014745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014745 is #FEB8BA. Grayscale: #313131. Windows color (decimal): -16693435 or 4540161. OLE color: 4540161.

HSL color Cylindrical-coordinate representation of color #014745: hue angle of 178.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014745 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 71 69 -
CMYK 0.99 0 0.03 0.72
HSL 178.29º 0.97% 0.14% -
HSV(B) 178.29º 0.99% 0.28% -
XYZ 3.34 4.94 6.41 -
YUV 49.84 138.81 93.16 -
System Red Green Blue C M Y K H S L
Decimal 1 71 69 0.99 0 0.03 0.72 178.29 0.97 0.14
Hex 1 47 45 63 0 3 48 B2 61 E
Octal 1 107 105 143 0 3 110 262 141 16
Binary 1 1000111 1000101 1100011 0 11 1001000 10110010 1100001 1110

Color Harmonies of #014745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014745

Black with #014745

Text Example


Text Example

White with #014745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014745; }

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

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

background-color css

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

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

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

border-color css

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

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

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