Html Css Color HEX #024B53 Sherpa Blue

📋 copy color: '#024B53'

red 2 ◦ green 75 ◦ blue 83

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

Shades of Sherpa Blue #024B53

Tints of Sherpa Blue #024B53

RGB

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

 GREEN value IS 75 (29.69% from 255) = 46.88%

 BLUE value IS 83 (32.81% from 255) = 51.88%

R = 1.25%
G = 46.88%
B = 51.88%

CMYK

 C value IS 0.98

 M value IS 0.10

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#024B53 (or 0x024B53) is known color: Sherpa Blue. HEX triplet: 02, 4B and 53. RGB value is (2,75,83). Sum of RGB (Red+Green+Blue) = 2+75+83=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #024B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024B53 is #FDB4AC. Grayscale: #353535. Windows color (decimal): -16626861 or 5458690. OLE color: 5458690.

HSL color Cylindrical-coordinate representation of color #024B53: hue angle of 185.93º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024B53 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 75 83 -
CMYK 0.98 0.10 0 0.67
HSL 185.93º 0.95% 0.17% -
HSV(B) 185.93º 0.98% 0.33% -
XYZ 4.1 5.67 9.06 -
YUV 54.09 144.32 90.85 -
System Red Green Blue C M Y K H S L
Decimal 2 75 83 0.98 0.10 0 0.67 185.93 0.95 0.17
Hex 2 4B 53 62 A 0 43 BA 5F 11
Octal 2 113 123 142 12 0 103 272 137 21
Binary 10 1001011 1010011 1100010 1010 0 1000011 10111010 1011111 10001

Color Harmonies of #024B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B53

Black with #024B53

Text Example


Text Example

White with #024B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024B53; }

 p { color: rgb(2,75,83); }

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

background-color css

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

 a { background-color: rgb(2,75,83); }

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

border-color css

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

 span { border-color: rgb(2,75,83); }

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