Html Css Color HEX #003141 Sherpa Blue

📋 copy color: '#003141'

red 0 ◦ green 49 ◦ blue 65

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

Shades of Sherpa Blue #003141

Tints of Sherpa Blue #003141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 42.98%

 BLUE value IS 65 (25.78% from 255) = 57.02%

R = 0%
G = 42.98%
B = 57.02%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#003141 (or 0x003141) is known color: Sherpa Blue. HEX triplet: 00, 31 and 41. RGB value is (0,49,65). Sum of RGB (Red+Green+Blue) = 0+49+65=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 65 (25.78% from 255 or 57.02% from 114); Max value from RGB is 65 - color contains mainly: blue. Hex color #003141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003141 is #FFCEBE. Grayscale: #242424. Windows color (decimal): -16764607 or 4272384. OLE color: 4272384.

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

Color convert

RGB 0 49 65 -
CMYK 1 0.25 0 0.75
HSL 194.77º 1% 0.13% -
HSV(B) 194.77º 1% 0.25% -
XYZ 2.05 2.58 5.39 -
YUV 36.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 0 49 65 1 0.25 0 0.75 194.77 1 0.13
Hex 0 31 41 64 19 0 4B C3 64 D
Octal 0 61 101 144 31 0 113 303 144 15
Binary 0 110001 1000001 1100100 11001 0 1001011 11000011 1100100 1101

Color Harmonies of #003141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003141

Black with #003141

Text Example


Text Example

White with #003141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003141; }

 p { color: rgb(0,49,65); }

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

background-color css

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

 a { background-color: rgb(0,49,65); }

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

border-color css

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

 span { border-color: rgb(0,49,65); }

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