Html Css Color HEX #054148 Sherpa Blue

📋 copy color: '#054148'

red 5 ◦ green 65 ◦ blue 72

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

Shades of Sherpa Blue #054148

Tints of Sherpa Blue #054148

RGB

 RED value IS 5 (2.34% from 255) = 3.52%

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

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

R = 3.52%
G = 45.77%
B = 50.7%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#054148 (or 0x054148) is known color: Sherpa Blue. HEX triplet: 05, 41 and 48. RGB value is (5,65,72). Sum of RGB (Red+Green+Blue) = 5+65+72=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #054148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054148 is #FABEB7. Grayscale: #2F2F2F. Windows color (decimal): -16432824 or 4735237. OLE color: 4735237.

HSL color Cylindrical-coordinate representation of color #054148: hue angle of 186.27º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054148 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 65 72 -
CMYK 0.93 0.10 0 0.72
HSL 186.27º 0.87% 0.15% -
HSV(B) 186.27º 0.93% 0.28% -
XYZ 3.12 4.28 6.79 -
YUV 47.86 141.62 97.43 -
System Red Green Blue C M Y K H S L
Decimal 5 65 72 0.93 0.10 0 0.72 186.27 0.87 0.15
Hex 5 41 48 5D A 0 48 BA 57 F
Octal 5 101 110 135 12 0 110 272 127 17
Binary 101 1000001 1001000 1011101 1010 0 1001000 10111010 1010111 1111

Color Harmonies of #054148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054148

Black with #054148

Text Example


Text Example

White with #054148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054148; }

 p { color: rgb(5,65,72); }

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

background-color css

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

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

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

border-color css

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

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

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