Html Css Color HEX #014048 Sherpa Blue

📋 copy color: '#014048'

red 1 ◦ green 64 ◦ blue 72

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

Shades of Sherpa Blue #014048

Tints of Sherpa Blue #014048

RGB

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

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

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

R = 0.73%
G = 46.72%
B = 52.55%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#014048 (or 0x014048) is known color: Sherpa Blue. HEX triplet: 01, 40 and 48. RGB value is (1,64,72). Sum of RGB (Red+Green+Blue) = 1+64+72=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #014048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014048 is #FEBFB7. Grayscale: #2D2D2D. Windows color (decimal): -16695224 or 4734977. OLE color: 4734977.

HSL color Cylindrical-coordinate representation of color #014048: hue angle of 186.76º 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 #014048 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 64 72 -
CMYK 0.99 0.11 0 0.72
HSL 186.76º 0.97% 0.14% -
HSV(B) 186.76º 0.99% 0.28% -
XYZ 3.02 4.14 6.77 -
YUV 46.08 142.63 95.85 -
System Red Green Blue C M Y K H S L
Decimal 1 64 72 0.99 0.11 0 0.72 186.76 0.97 0.14
Hex 1 40 48 63 B 0 48 BB 61 E
Octal 1 100 110 143 13 0 110 273 141 16
Binary 1 1000000 1001000 1100011 1011 0 1001000 10111011 1100001 1110

Color Harmonies of #014048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014048

Black with #014048

Text Example


Text Example

White with #014048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014048; }

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

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

background-color css

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

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

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

border-color css

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

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

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