Html Css Color HEX #014A65 Sherpa Blue

📋 copy color: '#014A65'

red 1 ◦ green 74 ◦ blue 101

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

Shades of Sherpa Blue #014A65

Tints of Sherpa Blue #014A65

RGB

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

 GREEN value IS 74 (29.3% from 255) = 42.05%

 BLUE value IS 101 (39.84% from 255) = 57.39%

R = 0.57%
G = 42.05%
B = 57.39%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#014A65 (or 0x014A65) is known color: Sherpa Blue. HEX triplet: 01, 4A and 65. RGB value is (1,74,101). Sum of RGB (Red+Green+Blue) = 1+74+101=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 101 (39.84% from 255 or 57.39% from 176); Max value from RGB is 101 - color contains mainly: blue. Hex color #014A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014A65 is #FEB59A. Grayscale: #373737. Windows color (decimal): -16692635 or 6638081. OLE color: 6638081.

HSL color Cylindrical-coordinate representation of color #014A65: hue angle of 196.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A65 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 74 101 -
CMYK 0.99 0.27 0 0.60
HSL 196.2º 0.98% 0.2% -
HSV(B) 196.2º 0.99% 0.4% -
XYZ 4.81 5.84 13.19 -
YUV 55.25 153.82 89.3 -
System Red Green Blue C M Y K H S L
Decimal 1 74 101 0.99 0.27 0 0.60 196.2 0.98 0.2
Hex 1 4A 65 63 1B 0 3C C4 62 14
Octal 1 112 145 143 33 0 74 304 142 24
Binary 1 1001010 1100101 1100011 11011 0 111100 11000100 1100010 10100

Color Harmonies of #014A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A65

Black with #014A65

Text Example


Text Example

White with #014A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014A65; }

 p { color: rgb(1,74,101); }

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

background-color css

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

 a { background-color: rgb(1,74,101); }

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

border-color css

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

 span { border-color: rgb(1,74,101); }

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