Html Css Color HEX #024B5A Sherpa Blue

📋 copy color: '#024B5A'

red 2 ◦ green 75 ◦ blue 90

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

Shades of Sherpa Blue #024B5A

Tints of Sherpa Blue #024B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 53.89%

R = 1.2%
G = 44.91%
B = 53.89%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#024B5A (or 0x024B5A) is known color: Sherpa Blue. HEX triplet: 02, 4B and 5A. RGB value is (2,75,90). Sum of RGB (Red+Green+Blue) = 2+75+90=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #024B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024B5A is #FDB4A5. Grayscale: #363636. Windows color (decimal): -16626854 or 5917442. OLE color: 5917442.

HSL color Cylindrical-coordinate representation of color #024B5A: hue angle of 190.23º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024B5A is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 75 90 -
CMYK 0.98 0.17 0 0.65
HSL 190.23º 0.96% 0.18% -
HSV(B) 190.23º 0.98% 0.35% -
XYZ 4.39 5.78 10.56 -
YUV 54.88 147.82 90.28 -
System Red Green Blue C M Y K H S L
Decimal 2 75 90 0.98 0.17 0 0.65 190.23 0.96 0.18
Hex 2 4B 5A 62 11 0 41 BE 60 12
Octal 2 113 132 142 21 0 101 276 140 22
Binary 10 1001011 1011010 1100010 10001 0 1000001 10111110 1100000 10010

Color Harmonies of #024B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B5A

Black with #024B5A

Text Example


Text Example

White with #024B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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