Html Css Color HEX #01454E Sherpa Blue

📋 copy color: '#01454E'

red 1 ◦ green 69 ◦ blue 78

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

Shades of Sherpa Blue #01454E

Tints of Sherpa Blue #01454E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 52.7%

R = 0.68%
G = 46.62%
B = 52.7%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01454E (or 0x01454E) is known color: Sherpa Blue. HEX triplet: 01, 45 and 4E. RGB value is (1,69,78). Sum of RGB (Red+Green+Blue) = 1+69+78=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #01454E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01454E is #FEBAB1. Grayscale: #313131. Windows color (decimal): -16693938 or 5129473. OLE color: 5129473.

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

Color convert

RGB 1 69 78 -
CMYK 0.99 0.12 0 0.69
HSL 187.01º 0.97% 0.15% -
HSV(B) 187.01º 0.99% 0.31% -
XYZ 3.52 4.81 7.95 -
YUV 49.69 143.97 93.27 -
System Red Green Blue C M Y K H S L
Decimal 1 69 78 0.99 0.12 0 0.69 187.01 0.97 0.15
Hex 1 45 4E 63 C 0 45 BB 61 F
Octal 1 105 116 143 14 0 105 273 141 17
Binary 1 1000101 1001110 1100011 1100 0 1000101 10111011 1100001 1111

Color Harmonies of #01454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01454E

Black with #01454E

Text Example


Text Example

White with #01454E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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