Html Css Color HEX #014651 Sherpa Blue

📋 copy color: '#014651'

red 1 ◦ green 70 ◦ blue 81

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

Shades of Sherpa Blue #014651

Tints of Sherpa Blue #014651

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.05%

 BLUE value IS 81 (32.03% from 255) = 53.29%

R = 0.66%
G = 46.05%
B = 53.29%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#014651 (or 0x014651) is known color: Sherpa Blue. HEX triplet: 01, 46 and 51. RGB value is (1,70,81). Sum of RGB (Red+Green+Blue) = 1+70+81=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #014651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014651 is #FEB9AE. Grayscale: #323232. Windows color (decimal): -16693679 or 5326337. OLE color: 5326337.

HSL color Cylindrical-coordinate representation of color #014651: hue angle of 188.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014651 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 70 81 -
CMYK 0.99 0.14 0 0.68
HSL 188.25º 0.98% 0.16% -
HSV(B) 188.25º 0.99% 0.32% -
XYZ 3.69 4.98 8.55 -
YUV 50.62 145.14 92.61 -
System Red Green Blue C M Y K H S L
Decimal 1 70 81 0.99 0.14 0 0.68 188.25 0.98 0.16
Hex 1 46 51 63 E 0 44 BC 62 10
Octal 1 106 121 143 16 0 104 274 142 20
Binary 1 1000110 1010001 1100011 1110 0 1000100 10111100 1100010 10000

Color Harmonies of #014651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014651

Black with #014651

Text Example


Text Example

White with #014651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014651; }

 p { color: rgb(1,70,81); }

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

background-color css

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

 a { background-color: rgb(1,70,81); }

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

border-color css

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

 span { border-color: rgb(1,70,81); }

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