Html Css Color HEX #01445E Sherpa Blue

📋 copy color: '#01445E'

red 1 ◦ green 68 ◦ blue 94

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

Shades of Sherpa Blue #01445E

Tints of Sherpa Blue #01445E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 57.67%

R = 0.61%
G = 41.72%
B = 57.67%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01445E (or 0x01445E) is known color: Sherpa Blue. HEX triplet: 01, 44 and 5E. RGB value is (1,68,94). Sum of RGB (Red+Green+Blue) = 1+68+94=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #01445E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01445E is #FEBBA1. Grayscale: #323232. Windows color (decimal): -16694178 or 6177793. OLE color: 6177793.

HSL color Cylindrical-coordinate representation of color #01445E: hue angle of 196.77º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01445E is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 68 94 -
CMYK 0.99 0.28 0 0.63
HSL 196.77º 0.98% 0.19% -
HSV(B) 196.77º 0.99% 0.37% -
XYZ 4.1 4.95 11.33 -
YUV 50.93 152.3 92.39 -
System Red Green Blue C M Y K H S L
Decimal 1 68 94 0.99 0.28 0 0.63 196.77 0.98 0.19
Hex 1 44 5E 63 1C 0 3F C5 62 13
Octal 1 104 136 143 34 0 77 305 142 23
Binary 1 1000100 1011110 1100011 11100 0 111111 11000101 1100010 10011

Color Harmonies of #01445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01445E

Black with #01445E

Text Example


Text Example

White with #01445E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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