Html Css Color HEX #003C47 Sherpa Blue

📋 copy color: '#003C47'

red 0 ◦ green 60 ◦ blue 71

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

Shades of Sherpa Blue #003C47

Tints of Sherpa Blue #003C47

RGB

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

 GREEN value IS 60 (23.83% from 255) = 45.8%

 BLUE value IS 71 (28.13% from 255) = 54.2%

R = 0%
G = 45.8%
B = 54.2%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#003C47 (or 0x003C47) is known color: Sherpa Blue. HEX triplet: 00, 3C and 47. RGB value is (0,60,71). Sum of RGB (Red+Green+Blue) = 0+60+71=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 71 (28.12% from 255 or 54.20% from 131); Max value from RGB is 71 - color contains mainly: blue. Hex color #003C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C47 is #FFC3B8. Grayscale: #2B2B2B. Windows color (decimal): -16761785 or 4668416. OLE color: 4668416.

HSL color Cylindrical-coordinate representation of color #003C47: hue angle of 189.3º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C47 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 60 71 -
CMYK 1 0.15 0 0.72
HSL 189.3º 1% 0.14% -
HSV(B) 189.3º 1% 0.28% -
XYZ 2.75 3.69 6.53 -
YUV 43.31 143.62 97.11 -
System Red Green Blue C M Y K H S L
Decimal 0 60 71 1 0.15 0 0.72 189.3 1 0.14
Hex 0 3C 47 64 F 0 48 BD 64 E
Octal 0 74 107 144 17 0 110 275 144 16
Binary 0 111100 1000111 1100100 1111 0 1001000 10111101 1100100 1110

Color Harmonies of #003C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003C47

Black with #003C47

Text Example


Text Example

White with #003C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003C47; }

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

 H1.HeaderClassName
 {
   color: #003C47;
 }
 .AnyTagClassName
 {
   color: #003C47;
 }
</style>

background-color css

<style>
 a { background-color: #003C47; }

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

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

border-color css

<style>
 span { border-color: #003C47; }

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

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