Html Css Color HEX #014042 Sherpa Blue

📋 copy color: '#014042'

red 1 ◦ green 64 ◦ blue 66

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

Shades of Sherpa Blue #014042

Tints of Sherpa Blue #014042

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.85%

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

R = 0.76%
G = 48.85%
B = 50.38%

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#014042 (or 0x014042) is known color: Sherpa Blue. HEX triplet: 01, 40 and 42. RGB value is (1,64,66). Sum of RGB (Red+Green+Blue) = 1+64+66=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 66 (26.17% from 255 or 50.38% from 131); Max value from RGB is 66 - color contains mainly: blue. Hex color #014042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014042 is #FEBFBD. Grayscale: #2D2D2D. Windows color (decimal): -16695230 or 4341761. OLE color: 4341761.

HSL color Cylindrical-coordinate representation of color #014042: hue angle of 181.85º 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 #014042 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 64 66 -
CMYK 0.98 0.03 0 0.74
HSL 181.85º 0.97% 0.13% -
HSV(B) 181.85º 0.98% 0.26% -
XYZ 2.83 4.07 5.79 -
YUV 45.39 139.63 96.34 -
System Red Green Blue C M Y K H S L
Decimal 1 64 66 0.98 0.03 0 0.74 181.85 0.97 0.13
Hex 1 40 42 62 3 0 4A B6 61 D
Octal 1 100 102 142 3 0 112 266 141 15
Binary 1 1000000 1000010 1100010 11 0 1001010 10110110 1100001 1101

Color Harmonies of #014042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014042

Black with #014042

Text Example


Text Example

White with #014042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014042; }

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

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

background-color css

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

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

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

border-color css

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

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

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