Html Css Color HEX #00475F Sherpa Blue

📋 copy color: '#00475F'

red 0 ◦ green 71 ◦ blue 95

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

Shades of Sherpa Blue #00475F

Tints of Sherpa Blue #00475F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 57.23%

R = 0%
G = 42.77%
B = 57.23%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#00475F (or 0x00475F) is known color: Sherpa Blue. HEX triplet: 00, 47 and 5F. RGB value is (0,71,95). Sum of RGB (Red+Green+Blue) = 0+71+95=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #00475F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00475F is #FFB8A0. Grayscale: #343434. Windows color (decimal): -16758945 or 6244096. OLE color: 6244096.

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

Color convert

RGB 0 71 95 -
CMYK 1 0.25 0 0.63
HSL 195.16º 1% 0.19% -
HSV(B) 195.16º 1% 0.37% -
XYZ 4.32 5.33 11.63 -
YUV 52.51 151.98 90.55 -
System Red Green Blue C M Y K H S L
Decimal 0 71 95 1 0.25 0 0.63 195.16 1 0.19
Hex 0 47 5F 64 19 0 3F C3 64 13
Octal 0 107 137 144 31 0 77 303 144 23
Binary 0 1000111 1011111 1100100 11001 0 111111 11000011 1100100 10011

Color Harmonies of #00475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00475F

Black with #00475F

Text Example


Text Example

White with #00475F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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