Html Css Color HEX #00475A Sherpa Blue

📋 copy color: '#00475A'

red 0 ◦ green 71 ◦ blue 90

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

Shades of Sherpa Blue #00475A

Tints of Sherpa Blue #00475A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.1%

 BLUE value IS 90 (35.55% from 255) = 55.9%

R = 0%
G = 44.1%
B = 55.9%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#00475A (or 0x00475A) is known color: Sherpa Blue. HEX triplet: 00, 47 and 5A. RGB value is (0,71,90). Sum of RGB (Red+Green+Blue) = 0+71+90=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #00475A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00475A is #FFB8A5. Grayscale: #333333. Windows color (decimal): -16758950 or 5916416. OLE color: 5916416.

HSL color Cylindrical-coordinate representation of color #00475A: hue angle of 192.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00475A is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 71 90 -
CMYK 1 0.21 0 0.65
HSL 192.67º 1% 0.18% -
HSV(B) 192.67º 1% 0.35% -
XYZ 4.1 5.24 10.47 -
YUV 51.94 149.48 90.96 -
System Red Green Blue C M Y K H S L
Decimal 0 71 90 1 0.21 0 0.65 192.67 1 0.18
Hex 0 47 5A 64 15 0 41 C1 64 12
Octal 0 107 132 144 25 0 101 301 144 22
Binary 0 1000111 1011010 1100100 10101 0 1000001 11000001 1100100 10010

Color Harmonies of #00475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00475A

Black with #00475A

Text Example


Text Example

White with #00475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00475A; }

 p { color: rgb(0,71,90); }

 H1.HeaderClassName
 {
   color: #00475A;
 }
 .AnyTagClassName
 {
   color: #00475A;
 }
</style>

background-color css

<style>
 a { background-color: #00475A; }

 a { background-color: rgb(0,71,90); }

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

border-color css

<style>
 span { border-color: #00475A; }

 span { border-color: rgb(0,71,90); }

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