Html Css Color HEX #014044 Sherpa Blue

📋 copy color: '#014044'

red 1 ◦ green 64 ◦ blue 68

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

Shades of Sherpa Blue #014044

Tints of Sherpa Blue #014044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.12%

 BLUE value IS 68 (26.95% from 255) = 51.13%

R = 0.75%
G = 48.12%
B = 51.13%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#014044 (or 0x014044) is known color: Sherpa Blue. HEX triplet: 01, 40 and 44. RGB value is (1,64,68). Sum of RGB (Red+Green+Blue) = 1+64+68=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 68 (26.95% from 255 or 51.13% from 133); Max value from RGB is 68 - color contains mainly: blue. Hex color #014044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014044 is #FEBFBB. Grayscale: #2D2D2D. Windows color (decimal): -16695228 or 4472833. OLE color: 4472833.

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

Color convert

RGB 1 64 68 -
CMYK 0.99 0.06 0 0.73
HSL 183.58º 0.97% 0.14% -
HSV(B) 183.58º 0.99% 0.27% -
XYZ 2.89 4.09 6.11 -
YUV 45.62 140.63 96.17 -
System Red Green Blue C M Y K H S L
Decimal 1 64 68 0.99 0.06 0 0.73 183.58 0.97 0.14
Hex 1 40 44 63 6 0 49 B8 61 E
Octal 1 100 104 143 6 0 111 270 141 16
Binary 1 1000000 1000100 1100011 110 0 1001001 10111000 1100001 1110

Color Harmonies of #014044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014044

Black with #014044

Text Example


Text Example

White with #014044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014044; }

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

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

background-color css

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

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

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

border-color css

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

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

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