Html Css Color HEX #024148 Sherpa Blue

📋 copy color: '#024148'

red 2 ◦ green 65 ◦ blue 72

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

Shades of Sherpa Blue #024148

Tints of Sherpa Blue #024148

RGB

 RED value IS 2 (1.17% from 255) = 1.44%

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

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

R = 1.44%
G = 46.76%
B = 51.8%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#024148 (or 0x024148) is known color: Sherpa Blue. HEX triplet: 02, 41 and 48. RGB value is (2,65,72). Sum of RGB (Red+Green+Blue) = 2+65+72=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #024148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024148 is #FDBEB7. Grayscale: #2E2E2E. Windows color (decimal): -16629432 or 4735234. OLE color: 4735234.

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

Color convert

RGB 2 65 72 -
CMYK 0.97 0.10 0 0.72
HSL 186º 0.95% 0.15% -
HSV(B) 186º 0.97% 0.28% -
XYZ 3.09 4.26 6.79 -
YUV 46.96 142.13 95.93 -
System Red Green Blue C M Y K H S L
Decimal 2 65 72 0.97 0.10 0 0.72 186 0.95 0.15
Hex 2 41 48 61 A 0 48 BA 5F F
Octal 2 101 110 141 12 0 110 272 137 17
Binary 10 1000001 1001000 1100001 1010 0 1001000 10111010 1011111 1111

Color Harmonies of #024148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024148

Black with #024148

Text Example


Text Example

White with #024148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024148; }

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

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

background-color css

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

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

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

border-color css

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

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

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