Html Css Color HEX #004548 Sherpa Blue

📋 copy color: '#004548'

red 0 ◦ green 69 ◦ blue 72

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

Shades of Sherpa Blue #004548

Tints of Sherpa Blue #004548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 48.94%

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

R = 0%
G = 48.94%
B = 51.06%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#004548 (or 0x004548) is known color: Sherpa Blue. HEX triplet: 00, 45 and 48. RGB value is (0,69,72). Sum of RGB (Red+Green+Blue) = 0+69+72=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #004548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004548 is #FFBAB7. Grayscale: #303030. Windows color (decimal): -16759480 or 4736256. OLE color: 4736256.

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

Color convert

RGB 0 69 72 -
CMYK 1 0.04 0 0.72
HSL 182.5º 1% 0.14% -
HSV(B) 182.5º 1% 0.28% -
XYZ 3.3 4.72 6.87 -
YUV 48.71 141.14 93.26 -
System Red Green Blue C M Y K H S L
Decimal 0 69 72 1 0.04 0 0.72 182.5 1 0.14
Hex 0 45 48 64 4 0 48 B6 64 E
Octal 0 105 110 144 4 0 110 266 144 16
Binary 0 1000101 1001000 1100100 100 0 1001000 10110110 1100100 1110

Color Harmonies of #004548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004548

Black with #004548

Text Example


Text Example

White with #004548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004548; }

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

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

background-color css

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

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

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

border-color css

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

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

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