Html Css Color HEX #01455A Sherpa Blue

📋 copy color: '#01455A'

red 1 ◦ green 69 ◦ blue 90

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

Shades of Sherpa Blue #01455A

Tints of Sherpa Blue #01455A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 56.25%

R = 0.63%
G = 43.13%
B = 56.25%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01455A (or 0x01455A) is known color: Sherpa Blue. HEX triplet: 01, 45 and 5A. RGB value is (1,69,90). Sum of RGB (Red+Green+Blue) = 1+69+90=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #01455A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01455A is #FEBAA5. Grayscale: #323232. Windows color (decimal): -16693926 or 5915905. OLE color: 5915905.

HSL color Cylindrical-coordinate representation of color #01455A: hue angle of 194.16º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01455A is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 69 90 -
CMYK 0.99 0.23 0 0.65
HSL 194.16º 0.98% 0.18% -
HSV(B) 194.16º 0.99% 0.35% -
XYZ 3.99 5 10.43 -
YUV 51.06 149.97 92.29 -
System Red Green Blue C M Y K H S L
Decimal 1 69 90 0.99 0.23 0 0.65 194.16 0.98 0.18
Hex 1 45 5A 63 17 0 41 C2 62 12
Octal 1 105 132 143 27 0 101 302 142 22
Binary 1 1000101 1011010 1100011 10111 0 1000001 11000010 1100010 10010

Color Harmonies of #01455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01455A

Black with #01455A

Text Example


Text Example

White with #01455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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