Html Css Color HEX #014450 Sherpa Blue

📋 copy color: '#014450'

red 1 ◦ green 68 ◦ blue 80

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

Shades of Sherpa Blue #014450

Tints of Sherpa Blue #014450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 53.69%

R = 0.67%
G = 45.64%
B = 53.69%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#014450 (or 0x014450) is known color: Sherpa Blue. HEX triplet: 01, 44 and 50. RGB value is (1,68,80). Sum of RGB (Red+Green+Blue) = 1+68+80=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #014450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014450 is #FEBBAF. Grayscale: #313131. Windows color (decimal): -16694192 or 5260289. OLE color: 5260289.

HSL color Cylindrical-coordinate representation of color #014450: hue angle of 189.11º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014450 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 68 80 -
CMYK 0.99 0.15 0 0.69
HSL 189.11º 0.98% 0.16% -
HSV(B) 189.11º 0.99% 0.31% -
XYZ 3.53 4.72 8.31 -
YUV 49.34 145.3 93.52 -
System Red Green Blue C M Y K H S L
Decimal 1 68 80 0.99 0.15 0 0.69 189.11 0.98 0.16
Hex 1 44 50 63 F 0 45 BD 62 10
Octal 1 104 120 143 17 0 105 275 142 20
Binary 1 1000100 1010000 1100011 1111 0 1000101 10111101 1100010 10000

Color Harmonies of #014450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014450

Black with #014450

Text Example


Text Example

White with #014450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014450; }

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

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

background-color css

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

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

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

border-color css

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

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

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