Html Css Color HEX #004048 Sherpa Blue

📋 copy color: '#004048'

red 0 ◦ green 64 ◦ blue 72

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

Shades of Sherpa Blue #004048

Tints of Sherpa Blue #004048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.06%

 BLUE value IS 72 (28.52% from 255) = 52.94%

R = 0%
G = 47.06%
B = 52.94%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#004048 (or 0x004048) is known color: Sherpa Blue. HEX triplet: 00, 40 and 48. RGB value is (0,64,72). Sum of RGB (Red+Green+Blue) = 0+64+72=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #004048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004048 is #FFBFB7. Grayscale: #2D2D2D. Windows color (decimal): -16760760 or 4734976. OLE color: 4734976.

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

Color convert

RGB 0 64 72 -
CMYK 1 0.11 0 0.72
HSL 186.67º 1% 0.14% -
HSV(B) 186.67º 1% 0.28% -
XYZ 3 4.13 6.77 -
YUV 45.78 142.8 95.35 -
System Red Green Blue C M Y K H S L
Decimal 0 64 72 1 0.11 0 0.72 186.67 1 0.14
Hex 0 40 48 64 B 0 48 BB 64 E
Octal 0 100 110 144 13 0 110 273 144 16
Binary 0 1000000 1001000 1100100 1011 0 1001000 10111011 1100100 1110

Color Harmonies of #004048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004048

Black with #004048

Text Example


Text Example

White with #004048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004048; }

 p { color: rgb(0,64,72); }

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

background-color css

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

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

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

border-color css

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

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

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