Html Css Color HEX #024450 Sherpa Blue

📋 copy color: '#024450'

red 2 ◦ green 68 ◦ blue 80

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

Shades of Sherpa Blue #024450

Tints of Sherpa Blue #024450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.33%

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

R = 1.33%
G = 45.33%
B = 53.33%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#024450 (or 0x024450) is known color: Sherpa Blue. HEX triplet: 02, 44 and 50. RGB value is (2,68,80). Sum of RGB (Red+Green+Blue) = 2+68+80=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #024450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024450 is #FDBBAF. Grayscale: #313131. Windows color (decimal): -16628656 or 5260290. OLE color: 5260290.

HSL color Cylindrical-coordinate representation of color #024450: hue angle of 189.23º 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 #024450 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 68 80 -
CMYK 0.98 0.15 0 0.69
HSL 189.23º 0.95% 0.16% -
HSV(B) 189.23º 0.98% 0.31% -
XYZ 3.54 4.73 8.32 -
YUV 49.63 145.13 94.02 -
System Red Green Blue C M Y K H S L
Decimal 2 68 80 0.98 0.15 0 0.69 189.23 0.95 0.16
Hex 2 44 50 62 F 0 45 BD 5F 10
Octal 2 104 120 142 17 0 105 275 137 20
Binary 10 1000100 1010000 1100010 1111 0 1000101 10111101 1011111 10000

Color Harmonies of #024450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024450

Black with #024450

Text Example


Text Example

White with #024450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024450; }

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

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

background-color css

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

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

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

border-color css

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

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

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