Html Css Color HEX #014446 Sherpa Blue

📋 copy color: '#014446'

red 1 ◦ green 68 ◦ blue 70

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

Shades of Sherpa Blue #014446

Tints of Sherpa Blue #014446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.92%

 BLUE value IS 70 (27.73% from 255) = 50.36%

R = 0.72%
G = 48.92%
B = 50.36%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#014446 (or 0x014446) is known color: Sherpa Blue. HEX triplet: 01, 44 and 46. RGB value is (1,68,70). Sum of RGB (Red+Green+Blue) = 1+68+70=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #014446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014446 is #FEBBB9. Grayscale: #303030. Windows color (decimal): -16694202 or 4604929. OLE color: 4604929.

HSL color Cylindrical-coordinate representation of color #014446: hue angle of 181.74º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014446 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 68 70 -
CMYK 0.99 0.03 0 0.73
HSL 181.74º 0.97% 0.14% -
HSV(B) 181.74º 0.99% 0.27% -
XYZ 3.19 4.58 6.51 -
YUV 48.2 140.3 94.34 -
System Red Green Blue C M Y K H S L
Decimal 1 68 70 0.99 0.03 0 0.73 181.74 0.97 0.14
Hex 1 44 46 63 3 0 49 B6 61 E
Octal 1 104 106 143 3 0 111 266 141 16
Binary 1 1000100 1000110 1100011 11 0 1001001 10110110 1100001 1110

Color Harmonies of #014446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014446

Black with #014446

Text Example


Text Example

White with #014446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014446; }

 p { color: rgb(1,68,70); }

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

background-color css

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

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

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

border-color css

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

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

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