Html Css Color HEX #014543 Sherpa Blue

📋 copy color: '#014543'

red 1 ◦ green 69 ◦ blue 67

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

Shades of Sherpa Blue #014543

Tints of Sherpa Blue #014543

RGB

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

 GREEN value IS 69 (27.34% from 255) = 50.36%

 BLUE value IS 67 (26.56% from 255) = 48.91%

R = 0.73%
G = 50.36%
B = 48.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#014543 (or 0x014543) is known color: Sherpa Blue. HEX triplet: 01, 45 and 43. RGB value is (1,69,67). Sum of RGB (Red+Green+Blue) = 1+69+67=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 69 (27.34% from 255 or 50.36% from 137); Blue value is 67 (26.56% from 255 or 48.91% from 137); Max value from RGB is 69 - color contains mainly: green. Hex color #014543 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014543 is #FEBABC. Grayscale: #303030. Windows color (decimal): -16693949 or 4408577. OLE color: 4408577.

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

Color convert

RGB 1 69 67 -
CMYK 0.99 0 0.03 0.73
HSL 178.24º 0.97% 0.14% -
HSV(B) 178.24º 0.99% 0.27% -
XYZ 3.15 4.67 6.04 -
YUV 48.44 138.47 94.16 -
System Red Green Blue C M Y K H S L
Decimal 1 69 67 0.99 0 0.03 0.73 178.24 0.97 0.14
Hex 1 45 43 63 0 3 49 B2 61 E
Octal 1 105 103 143 0 3 111 262 141 16
Binary 1 1000101 1000011 1100011 0 11 1001001 10110010 1100001 1110

Color Harmonies of #014543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014543

Black with #014543

Text Example


Text Example

White with #014543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014543; }

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

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

background-color css

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

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

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

border-color css

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

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

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