Html Css Color HEX #024455 Sherpa Blue

📋 copy color: '#024455'

red 2 ◦ green 68 ◦ blue 85

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

Shades of Sherpa Blue #024455

Tints of Sherpa Blue #024455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 54.84%

R = 1.29%
G = 43.87%
B = 54.84%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#024455 (or 0x024455) is known color: Sherpa Blue. HEX triplet: 02, 44 and 55. RGB value is (2,68,85). Sum of RGB (Red+Green+Blue) = 2+68+85=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #024455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024455 is #FDBBAA. Grayscale: #323232. Windows color (decimal): -16628651 or 5587970. OLE color: 5587970.

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

Color convert

RGB 2 68 85 -
CMYK 0.98 0.20 0 0.67
HSL 192.29º 0.95% 0.17% -
HSV(B) 192.29º 0.98% 0.33% -
XYZ 3.73 4.8 9.32 -
YUV 50.2 147.63 93.62 -
System Red Green Blue C M Y K H S L
Decimal 2 68 85 0.98 0.20 0 0.67 192.29 0.95 0.17
Hex 2 44 55 62 14 0 43 C0 5F 11
Octal 2 104 125 142 24 0 103 300 137 21
Binary 10 1000100 1010101 1100010 10100 0 1000011 11000000 1011111 10001

Color Harmonies of #024455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024455

Black with #024455

Text Example


Text Example

White with #024455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024455; }

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

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

background-color css

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

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

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

border-color css

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

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

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