Html Css Color HEX #01445B Sherpa Blue

📋 copy color: '#01445B'

red 1 ◦ green 68 ◦ blue 91

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

Shades of Sherpa Blue #01445B

Tints of Sherpa Blue #01445B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 56.88%

R = 0.63%
G = 42.5%
B = 56.88%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01445B (or 0x01445B) is known color: Sherpa Blue. HEX triplet: 01, 44 and 5B. RGB value is (1,68,91). Sum of RGB (Red+Green+Blue) = 1+68+91=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #01445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01445B is #FEBBA4. Grayscale: #323232. Windows color (decimal): -16694181 or 5981185. OLE color: 5981185.

HSL color Cylindrical-coordinate representation of color #01445B: hue angle of 195.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01445B is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 68 91 -
CMYK 0.99 0.25 0 0.64
HSL 195.33º 0.98% 0.18% -
HSV(B) 195.33º 0.99% 0.36% -
XYZ 3.97 4.9 10.63 -
YUV 50.59 150.8 92.63 -
System Red Green Blue C M Y K H S L
Decimal 1 68 91 0.99 0.25 0 0.64 195.33 0.98 0.18
Hex 1 44 5B 63 19 0 40 C3 62 12
Octal 1 104 133 143 31 0 100 303 142 22
Binary 1 1000100 1011011 1100011 11001 0 1000000 11000011 1100010 10010

Color Harmonies of #01445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01445B

Black with #01445B

Text Example


Text Example

White with #01445B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01445B; }

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

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

background-color css

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

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

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

border-color css

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

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

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