Html Css Color HEX #014347 Sherpa Blue

📋 copy color: '#014347'

red 1 ◦ green 67 ◦ blue 71

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

Shades of Sherpa Blue #014347

Tints of Sherpa Blue #014347

RGB

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

 GREEN value IS 67 (26.56% from 255) = 48.2%

 BLUE value IS 71 (28.13% from 255) = 51.08%

R = 0.72%
G = 48.2%
B = 51.08%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#014347 (or 0x014347) is known color: Sherpa Blue. HEX triplet: 01, 43 and 47. RGB value is (1,67,71). Sum of RGB (Red+Green+Blue) = 1+67+71=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 71 (28.12% from 255 or 51.08% from 139); Max value from RGB is 71 - color contains mainly: blue. Hex color #014347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014347 is #FEBCB8. Grayscale: #2F2F2F. Windows color (decimal): -16694457 or 4670209. OLE color: 4670209.

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

Color convert

RGB 1 67 71 -
CMYK 0.99 0.06 0 0.72
HSL 183.43º 0.97% 0.14% -
HSV(B) 183.43º 0.99% 0.28% -
XYZ 3.16 4.48 6.66 -
YUV 47.72 141.13 94.67 -
System Red Green Blue C M Y K H S L
Decimal 1 67 71 0.99 0.06 0 0.72 183.43 0.97 0.14
Hex 1 43 47 63 6 0 48 B7 61 E
Octal 1 103 107 143 6 0 110 267 141 16
Binary 1 1000011 1000111 1100011 110 0 1001000 10110111 1100001 1110

Color Harmonies of #014347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014347

Black with #014347

Text Example


Text Example

White with #014347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014347; }

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

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

background-color css

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

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

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

border-color css

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

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

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