Html Css Color HEX #014143 Sherpa Blue

📋 copy color: '#014143'

red 1 ◦ green 65 ◦ blue 67

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

Shades of Sherpa Blue #014143

Tints of Sherpa Blue #014143

RGB

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

 GREEN value IS 65 (25.78% from 255) = 48.87%

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

R = 0.75%
G = 48.87%
B = 50.38%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#014143 (or 0x014143) is known color: Sherpa Blue. HEX triplet: 01, 41 and 43. RGB value is (1,65,67). Sum of RGB (Red+Green+Blue) = 1+65+67=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 67 (26.56% from 255 or 50.38% from 133); Max value from RGB is 67 - color contains mainly: blue. Hex color #014143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014143 is #FEBEBC. Grayscale: #2E2E2E. Windows color (decimal): -16694973 or 4407553. OLE color: 4407553.

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

Color convert

RGB 1 65 67 -
CMYK 0.99 0.03 0 0.74
HSL 181.82º 0.97% 0.13% -
HSV(B) 181.82º 0.99% 0.26% -
XYZ 2.92 4.19 5.97 -
YUV 46.09 139.8 95.84 -
System Red Green Blue C M Y K H S L
Decimal 1 65 67 0.99 0.03 0 0.74 181.82 0.97 0.13
Hex 1 41 43 63 3 0 4A B6 61 D
Octal 1 101 103 143 3 0 112 266 141 15
Binary 1 1000001 1000011 1100011 11 0 1001010 10110110 1100001 1101

Color Harmonies of #014143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014143

Black with #014143

Text Example


Text Example

White with #014143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014143; }

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

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

background-color css

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

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

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

border-color css

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

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

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