Html Css Color HEX #00475B Sherpa Blue

📋 copy color: '#00475B'

red 0 ◦ green 71 ◦ blue 91

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

Shades of Sherpa Blue #00475B

Tints of Sherpa Blue #00475B

RGB

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

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

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

R = 0%
G = 43.83%
B = 56.17%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00475B (or 0x00475B) is known color: Sherpa Blue. HEX triplet: 00, 47 and 5B. RGB value is (0,71,91). Sum of RGB (Red+Green+Blue) = 0+71+91=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #00475B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00475B is #FFB8A4. Grayscale: #333333. Windows color (decimal): -16758949 or 5981952. OLE color: 5981952.

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

Color convert

RGB 0 71 91 -
CMYK 1 0.22 0 0.64
HSL 193.19º 1% 0.18% -
HSV(B) 193.19º 1% 0.36% -
XYZ 4.14 5.26 10.69 -
YUV 52.05 149.98 90.87 -
System Red Green Blue C M Y K H S L
Decimal 0 71 91 1 0.22 0 0.64 193.19 1 0.18
Hex 0 47 5B 64 16 0 40 C1 64 12
Octal 0 107 133 144 26 0 100 301 144 22
Binary 0 1000111 1011011 1100100 10110 0 1000000 11000001 1100100 10010

Color Harmonies of #00475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00475B

Black with #00475B

Text Example


Text Example

White with #00475B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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