Html Css Color HEX #024250 Sherpa Blue

📋 copy color: '#024250'

red 2 ◦ green 66 ◦ blue 80

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

Shades of Sherpa Blue #024250

Tints of Sherpa Blue #024250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.59%

 BLUE value IS 80 (31.64% from 255) = 54.05%

R = 1.35%
G = 44.59%
B = 54.05%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#024250 (or 0x024250) is known color: Sherpa Blue. HEX triplet: 02, 42 and 50. RGB value is (2,66,80). Sum of RGB (Red+Green+Blue) = 2+66+80=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #024250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024250 is #FDBDAF. Grayscale: #303030. Windows color (decimal): -16629168 or 5259778. OLE color: 5259778.

HSL color Cylindrical-coordinate representation of color #024250: hue angle of 190.77º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024250 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 66 80 -
CMYK 0.98 0.17 0 0.69
HSL 190.77º 0.95% 0.16% -
HSV(B) 190.77º 0.98% 0.31% -
XYZ 3.42 4.49 8.28 -
YUV 48.46 145.8 94.86 -
System Red Green Blue C M Y K H S L
Decimal 2 66 80 0.98 0.17 0 0.69 190.77 0.95 0.16
Hex 2 42 50 62 11 0 45 BF 5F 10
Octal 2 102 120 142 21 0 105 277 137 20
Binary 10 1000010 1010000 1100010 10001 0 1000101 10111111 1011111 10000

Color Harmonies of #024250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024250

Black with #024250

Text Example


Text Example

White with #024250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024250; }

 p { color: rgb(2,66,80); }

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

background-color css

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

 a { background-color: rgb(2,66,80); }

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

border-color css

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

 span { border-color: rgb(2,66,80); }

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