Html Css Color HEX #004141 Sherpa Blue

📋 copy color: '#004141'

red 0 ◦ green 65 ◦ blue 65

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

Shades of Sherpa Blue #004141

Tints of Sherpa Blue #004141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 50%

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

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#004141 (or 0x004141) is known color: Sherpa Blue. HEX triplet: 00, 41 and 41. RGB value is (0,65,65). Sum of RGB (Red+Green+Blue) = 0+65+65=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #004141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004141 is #FFBEBE. Grayscale: #2D2D2D. Windows color (decimal): -16760511 or 4276480. OLE color: 4276480.

HSL color Cylindrical-coordinate representation of color #004141: hue angle of 180º 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 #004141 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 65 65 -
CMYK 1 0 0 0.75
HSL 180º 1% 0.13% -
HSV(B) 180º 1% 0.25% -
XYZ 2.84 4.16 5.65 -
YUV 45.57 138.97 95.5 -
System Red Green Blue C M Y K H S L
Decimal 0 65 65 1 0 0 0.75 180 1 0.13
Hex 0 41 41 64 0 0 4B B4 64 D
Octal 0 101 101 144 0 0 113 264 144 15
Binary 0 1000001 1000001 1100100 0 0 1001011 10110100 1100100 1101

Color Harmonies of #004141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004141

Black with #004141

Text Example


Text Example

White with #004141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004141; }

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

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

background-color css

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

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

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

border-color css

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

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

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