Html Css Color HEX #014648 Sherpa Blue

📋 copy color: '#014648'

red 1 ◦ green 70 ◦ blue 72

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

Shades of Sherpa Blue #014648

Tints of Sherpa Blue #014648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 50.35%

R = 0.7%
G = 48.95%
B = 50.35%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#014648 (or 0x014648) is known color: Sherpa Blue. HEX triplet: 01, 46 and 48. RGB value is (1,70,72). Sum of RGB (Red+Green+Blue) = 1+70+72=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #014648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014648 is #FEB9B7. Grayscale: #313131. Windows color (decimal): -16693688 or 4736513. OLE color: 4736513.

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

Color convert

RGB 1 70 72 -
CMYK 0.99 0.03 0 0.72
HSL 181.69º 0.97% 0.14% -
HSV(B) 181.69º 0.99% 0.28% -
XYZ 3.37 4.85 6.89 -
YUV 49.6 140.64 93.34 -
System Red Green Blue C M Y K H S L
Decimal 1 70 72 0.99 0.03 0 0.72 181.69 0.97 0.14
Hex 1 46 48 63 3 0 48 B6 61 E
Octal 1 106 110 143 3 0 110 266 141 16
Binary 1 1000110 1001000 1100011 11 0 1001000 10110110 1100001 1110

Color Harmonies of #014648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014648

Black with #014648

Text Example


Text Example

White with #014648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014648; }

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

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

background-color css

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

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

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

border-color css

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

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

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