Html Css Color HEX #003548 Sherpa Blue

📋 copy color: '#003548'

red 0 ◦ green 53 ◦ blue 72

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

Shades of Sherpa Blue #003548

Tints of Sherpa Blue #003548

RGB

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

 GREEN value IS 53 (21.09% from 255) = 42.4%

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

R = 0%
G = 42.4%
B = 57.6%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#003548 (or 0x003548) is known color: Sherpa Blue. HEX triplet: 00, 35 and 48. RGB value is (0,53,72). Sum of RGB (Red+Green+Blue) = 0+53+72=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #003548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003548 is #FFCAB7. Grayscale: #272727. Windows color (decimal): -16763576 or 4732160. OLE color: 4732160.

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

Color convert

RGB 0 53 72 -
CMYK 1 0.26 0 0.72
HSL 195.83º 1% 0.14% -
HSV(B) 195.83º 1% 0.28% -
XYZ 2.44 3.01 6.58 -
YUV 39.32 146.44 99.96 -
System Red Green Blue C M Y K H S L
Decimal 0 53 72 1 0.26 0 0.72 195.83 1 0.14
Hex 0 35 48 64 1A 0 48 C4 64 E
Octal 0 65 110 144 32 0 110 304 144 16
Binary 0 110101 1001000 1100100 11010 0 1001000 11000100 1100100 1110

Color Harmonies of #003548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003548

Black with #003548

Text Example


Text Example

White with #003548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003548; }

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

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

background-color css

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

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

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

border-color css

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

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

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