Html Css Color HEX #004149 Sherpa Blue

📋 copy color: '#004149'

red 0 ◦ green 65 ◦ blue 73

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

Shades of Sherpa Blue #004149

Tints of Sherpa Blue #004149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 52.9%

R = 0%
G = 47.1%
B = 52.9%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#004149 (or 0x004149) is known color: Sherpa Blue. HEX triplet: 00, 41 and 49. RGB value is (0,65,73). Sum of RGB (Red+Green+Blue) = 0+65+73=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #004149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004149 is #FFBEB6. Grayscale: #2E2E2E. Windows color (decimal): -16760503 or 4800768. OLE color: 4800768.

HSL color Cylindrical-coordinate representation of color #004149: hue angle of 186.58º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004149 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 65 73 -
CMYK 1 0.11 0 0.71
HSL 186.58º 1% 0.14% -
HSV(B) 186.58º 1% 0.29% -
XYZ 3.09 4.26 6.96 -
YUV 46.48 142.97 94.85 -
System Red Green Blue C M Y K H S L
Decimal 0 65 73 1 0.11 0 0.71 186.58 1 0.14
Hex 0 41 49 64 B 0 47 BB 64 E
Octal 0 101 111 144 13 0 107 273 144 16
Binary 0 1000001 1001001 1100100 1011 0 1000111 10111011 1100100 1110

Color Harmonies of #004149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004149

Black with #004149

Text Example


Text Example

White with #004149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004149; }

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

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

background-color css

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

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

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

border-color css

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

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

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