Html Css Color HEX #014142 Sherpa Blue

📋 copy color: '#014142'

red 1 ◦ green 65 ◦ blue 66

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

Shades of Sherpa Blue #014142

Tints of Sherpa Blue #014142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 50%

R = 0.76%
G = 49.24%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#014142 (or 0x014142) is known color: Sherpa Blue. HEX triplet: 01, 41 and 42. RGB value is (1,65,66). Sum of RGB (Red+Green+Blue) = 1+65+66=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 66 (26.17% from 255 or 50% from 132); Max value from RGB is 66 - color contains mainly: blue. Hex color #014142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014142 is #FEBEBD. Grayscale: #2D2D2D. Windows color (decimal): -16694974 or 4342017. OLE color: 4342017.

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

Color convert

RGB 1 65 66 -
CMYK 0.98 0.02 0 0.74
HSL 180.92º 0.97% 0.13% -
HSV(B) 180.92º 0.98% 0.26% -
XYZ 2.89 4.18 5.81 -
YUV 45.98 139.3 95.92 -
System Red Green Blue C M Y K H S L
Decimal 1 65 66 0.98 0.02 0 0.74 180.92 0.97 0.13
Hex 1 41 42 62 2 0 4A B5 61 D
Octal 1 101 102 142 2 0 112 265 141 15
Binary 1 1000001 1000010 1100010 10 0 1001010 10110101 1100001 1101

Color Harmonies of #014142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014142

Black with #014142

Text Example


Text Example

White with #014142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014142; }

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

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

background-color css

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

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

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

border-color css

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

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

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