Html Css Color HEX #014848 Sherpa Blue

📋 copy color: '#014848'

red 1 ◦ green 72 ◦ blue 72

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

Shades of Sherpa Blue #014848

Tints of Sherpa Blue #014848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 49.66%

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

R = 0.69%
G = 49.66%
B = 49.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#014848 (or 0x014848) is known color: Sherpa Blue. HEX triplet: 01, 48 and 48. RGB value is (1,72,72). Sum of RGB (Red+Green+Blue) = 1+72+72=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #014848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014848 is #FEB7B7. Grayscale: #323232. Windows color (decimal): -16693176 or 4737025. OLE color: 4737025.

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

Color convert

RGB 1 72 72 -
CMYK 0.99 0 0 0.72
HSL 180º 0.97% 0.14% -
HSV(B) 180º 0.99% 0.28% -
XYZ 3.5 5.11 6.93 -
YUV 50.77 139.98 92.5 -
System Red Green Blue C M Y K H S L
Decimal 1 72 72 0.99 0 0 0.72 180 0.97 0.14
Hex 1 48 48 63 0 0 48 B4 61 E
Octal 1 110 110 143 0 0 110 264 141 16
Binary 1 1001000 1001000 1100011 0 0 1001000 10110100 1100001 1110

Color Harmonies of #014848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014848

Black with #014848

Text Example


Text Example

White with #014848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014848; }

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

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

background-color css

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

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

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

border-color css

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

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

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