Html Css Color HEX #014248 Sherpa Blue

📋 copy color: '#014248'

red 1 ◦ green 66 ◦ blue 72

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

Shades of Sherpa Blue #014248

Tints of Sherpa Blue #014248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.48%

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

R = 0.72%
G = 47.48%
B = 51.8%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#014248 (or 0x014248) is known color: Sherpa Blue. HEX triplet: 01, 42 and 48. RGB value is (1,66,72). Sum of RGB (Red+Green+Blue) = 1+66+72=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #014248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014248 is #FEBDB7. Grayscale: #2F2F2F. Windows color (decimal): -16694712 or 4735489. OLE color: 4735489.

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

Color convert

RGB 1 66 72 -
CMYK 0.99 0.08 0 0.72
HSL 185.07º 0.97% 0.14% -
HSV(B) 185.07º 0.99% 0.28% -
XYZ 3.13 4.37 6.81 -
YUV 47.25 141.97 95.01 -
System Red Green Blue C M Y K H S L
Decimal 1 66 72 0.99 0.08 0 0.72 185.07 0.97 0.14
Hex 1 42 48 63 8 0 48 B9 61 E
Octal 1 102 110 143 10 0 110 271 141 16
Binary 1 1000010 1001000 1100011 1000 0 1001000 10111001 1100001 1110

Color Harmonies of #014248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014248

Black with #014248

Text Example


Text Example

White with #014248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014248; }

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

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

background-color css

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

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

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

border-color css

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

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

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