Html Css Color HEX #01455B Sherpa Blue

📋 copy color: '#01455B'

red 1 ◦ green 69 ◦ blue 91

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

Shades of Sherpa Blue #01455B

Tints of Sherpa Blue #01455B

RGB

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

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

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

R = 0.62%
G = 42.86%
B = 56.52%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01455B (or 0x01455B) is known color: Sherpa Blue. HEX triplet: 01, 45 and 5B. RGB value is (1,69,91). Sum of RGB (Red+Green+Blue) = 1+69+91=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #01455B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01455B is #FEBAA4. Grayscale: #333333. Windows color (decimal): -16693925 or 5981441. OLE color: 5981441.

HSL color Cylindrical-coordinate representation of color #01455B: hue angle of 194.67º 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 #01455B is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 69 91 -
CMYK 0.99 0.24 0 0.64
HSL 194.67º 0.98% 0.18% -
HSV(B) 194.67º 0.99% 0.36% -
XYZ 4.03 5.02 10.65 -
YUV 51.18 150.47 92.21 -
System Red Green Blue C M Y K H S L
Decimal 1 69 91 0.99 0.24 0 0.64 194.67 0.98 0.18
Hex 1 45 5B 63 18 0 40 C3 62 12
Octal 1 105 133 143 30 0 100 303 142 22
Binary 1 1000101 1011011 1100011 11000 0 1000000 11000011 1100010 10010

Color Harmonies of #01455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01455B

Black with #01455B

Text Example


Text Example

White with #01455B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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