Html Css Color HEX #014553 Sherpa Blue

📋 copy color: '#014553'

red 1 ◦ green 69 ◦ blue 83

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

Shades of Sherpa Blue #014553

Tints of Sherpa Blue #014553

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.1%

 BLUE value IS 83 (32.81% from 255) = 54.25%

R = 0.65%
G = 45.1%
B = 54.25%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#014553 (or 0x014553) is known color: Sherpa Blue. HEX triplet: 01, 45 and 53. RGB value is (1,69,83). Sum of RGB (Red+Green+Blue) = 1+69+83=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #014553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014553 is #FEBAAC. Grayscale: #323232. Windows color (decimal): -16693933 or 5457153. OLE color: 5457153.

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

Color convert

RGB 1 69 83 -
CMYK 0.99 0.17 0 0.67
HSL 190.24º 0.98% 0.16% -
HSV(B) 190.24º 0.99% 0.33% -
XYZ 3.7 4.89 8.93 -
YUV 50.26 146.47 92.86 -
System Red Green Blue C M Y K H S L
Decimal 1 69 83 0.99 0.17 0 0.67 190.24 0.98 0.16
Hex 1 45 53 63 11 0 43 BE 62 10
Octal 1 105 123 143 21 0 103 276 142 20
Binary 1 1000101 1010011 1100011 10001 0 1000011 10111110 1100010 10000

Color Harmonies of #014553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014553

Black with #014553

Text Example


Text Example

White with #014553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014553; }

 p { color: rgb(1,69,83); }

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

background-color css

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

 a { background-color: rgb(1,69,83); }

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

border-color css

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

 span { border-color: rgb(1,69,83); }

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