Html Css Color HEX #00495E Sherpa Blue

📋 copy color: '#00495E'

red 0 ◦ green 73 ◦ blue 94

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

Shades of Sherpa Blue #00495E

Tints of Sherpa Blue #00495E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 73 (28.91% from 255) = 43.71%

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

R = 0%
G = 43.71%
B = 56.29%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#00495E (or 0x00495E) is known color: Sherpa Blue. HEX triplet: 00, 49 and 5E. RGB value is (0,73,94). Sum of RGB (Red+Green+Blue) = 0+73+94=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #00495E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00495E is #FFB6A1. Grayscale: #353535. Windows color (decimal): -16758434 or 6179072. OLE color: 6179072.

HSL color Cylindrical-coordinate representation of color #00495E: hue angle of 193.4º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00495E is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 0 73 94 -
CMYK 1 0.22 0 0.63
HSL 193.4º 1% 0.18% -
HSV(B) 193.4º 1% 0.37% -
XYZ 4.4 5.57 11.43 -
YUV 53.57 150.82 89.79 -
System Red Green Blue C M Y K H S L
Decimal 0 73 94 1 0.22 0 0.63 193.4 1 0.18
Hex 0 49 5E 64 16 0 3F C1 64 12
Octal 0 111 136 144 26 0 77 301 144 22
Binary 0 1001001 1011110 1100100 10110 0 111111 11000001 1100100 10010

Color Harmonies of #00495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00495E

Black with #00495E

Text Example


Text Example

White with #00495E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,73,94); }

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

background-color css

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

 a { background-color: rgb(0,73,94); }

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

border-color css

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

 span { border-color: rgb(0,73,94); }

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