Html Css Color HEX #024655 Sherpa Blue

📋 copy color: '#024655'

red 2 ◦ green 70 ◦ blue 85

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

Shades of Sherpa Blue #024655

Tints of Sherpa Blue #024655

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.59%

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

R = 1.27%
G = 44.59%
B = 54.14%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#024655 (or 0x024655) is known color: Sherpa Blue. HEX triplet: 02, 46 and 55. RGB value is (2,70,85). Sum of RGB (Red+Green+Blue) = 2+70+85=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #024655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024655 is #FDB9AA. Grayscale: #333333. Windows color (decimal): -16628139 or 5588482. OLE color: 5588482.

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

Color convert

RGB 2 70 85 -
CMYK 0.98 0.18 0 0.67
HSL 190.84º 0.95% 0.17% -
HSV(B) 190.84º 0.98% 0.33% -
XYZ 3.85 5.05 9.37 -
YUV 51.38 146.97 92.78 -
System Red Green Blue C M Y K H S L
Decimal 2 70 85 0.98 0.18 0 0.67 190.84 0.95 0.17
Hex 2 46 55 62 12 0 43 BF 5F 11
Octal 2 106 125 142 22 0 103 277 137 21
Binary 10 1000110 1010101 1100010 10010 0 1000011 10111111 1011111 10001

Color Harmonies of #024655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024655

Black with #024655

Text Example


Text Example

White with #024655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024655; }

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

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

background-color css

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

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

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

border-color css

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

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

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