Html Css Color HEX #014548 Sherpa Blue

📋 copy color: '#014548'

red 1 ◦ green 69 ◦ blue 72

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

Shades of Sherpa Blue #014548

Tints of Sherpa Blue #014548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 48.59%

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

R = 0.7%
G = 48.59%
B = 50.7%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#014548 (or 0x014548) is known color: Sherpa Blue. HEX triplet: 01, 45 and 48. RGB value is (1,69,72). Sum of RGB (Red+Green+Blue) = 1+69+72=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #014548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014548 is #FEBAB7. Grayscale: #303030. Windows color (decimal): -16693944 or 4736257. OLE color: 4736257.

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

Color convert

RGB 1 69 72 -
CMYK 0.99 0.04 0 0.72
HSL 182.54º 0.97% 0.14% -
HSV(B) 182.54º 0.99% 0.28% -
XYZ 3.31 4.73 6.87 -
YUV 49.01 140.97 93.76 -
System Red Green Blue C M Y K H S L
Decimal 1 69 72 0.99 0.04 0 0.72 182.54 0.97 0.14
Hex 1 45 48 63 4 0 48 B7 61 E
Octal 1 105 110 143 4 0 110 267 141 16
Binary 1 1000101 1001000 1100011 100 0 1001000 10110111 1100001 1110

Color Harmonies of #014548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014548

Black with #014548

Text Example


Text Example

White with #014548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014548; }

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

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

background-color css

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

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

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

border-color css

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

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

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