Html Css Color HEX #014148 Sherpa Blue

📋 copy color: '#014148'

red 1 ◦ green 65 ◦ blue 72

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

Shades of Sherpa Blue #014148

Tints of Sherpa Blue #014148

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.1%

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

R = 0.72%
G = 47.1%
B = 52.17%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#014148 (or 0x014148) is known color: Sherpa Blue. HEX triplet: 01, 41 and 48. RGB value is (1,65,72). Sum of RGB (Red+Green+Blue) = 1+65+72=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #014148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014148 is #FEBEB7. Grayscale: #2E2E2E. Windows color (decimal): -16694968 or 4735233. OLE color: 4735233.

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

Color convert

RGB 1 65 72 -
CMYK 0.99 0.10 0 0.72
HSL 185.92º 0.97% 0.14% -
HSV(B) 185.92º 0.99% 0.28% -
XYZ 3.07 4.25 6.79 -
YUV 46.66 142.3 95.43 -
System Red Green Blue C M Y K H S L
Decimal 1 65 72 0.99 0.10 0 0.72 185.92 0.97 0.14
Hex 1 41 48 63 A 0 48 BA 61 E
Octal 1 101 110 143 12 0 110 272 141 16
Binary 1 1000001 1001000 1100011 1010 0 1001000 10111010 1100001 1110

Color Harmonies of #014148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014148

Black with #014148

Text Example


Text Example

White with #014148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014148; }

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

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

background-color css

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

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

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

border-color css

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

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

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