#01454A

Color #01454A Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #01454A

Tints of Sherpa Blue #01454A

Color information

#01454A (or 0x01454A) is unknown color: approx Sherpa Blue. HEX triplet: 01, 45 and 4A. RGB value is (1,69,74). Sum of RGB (Red+Green+Blue) = 1+69+74=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #01454A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01454A is #FEBAB5. Grayscale: #313131. Windows color (decimal): -16693942 or 4867329. OLE color: 4867329.

HSL color Cylindrical-coordinate representation of color #01454A: hue angle of 184.11º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01454A is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB16974-
CMYK0.990.0700.71
HSL184.11º97.33%14.71%-
HSV(B)184.11º98.65%29.02%-
XYZ3.384.767.22-
YUV49.24141.9793.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 69 (27.34% from 255) = 47.92%
BLUE value IS 74 (29.30% from 255) = 51.39%
R=0.69%
G=47.92%
B=51.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal169740.990.0700.71184.1197.3314.71
Hex1454A637047b861f
Octal11051121437010727014117
Binary1100010110010101100011111010001111011100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01454A; }

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

 H1.HeaderClassName
 {
   color: #01454A;
 }
 .AnyTagClassName
 {
   color: #01454A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #01454A;
 }
 .BgClassName
 {
   background-color: #01454A;
 }
</style>
border-color css

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

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

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