Html Css Color HEX #024045 Sherpa Blue

📋 copy color: '#024045'

red 2 ◦ green 64 ◦ blue 69

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

Shades of Sherpa Blue #024045

Tints of Sherpa Blue #024045

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.41%

 BLUE value IS 69 (27.34% from 255) = 51.11%

R = 1.48%
G = 47.41%
B = 51.11%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#024045 (or 0x024045) is known color: Sherpa Blue. HEX triplet: 02, 40 and 45. RGB value is (2,64,69). Sum of RGB (Red+Green+Blue) = 2+64+69=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 69 (27.34% from 255 or 51.11% from 135); Max value from RGB is 69 - color contains mainly: blue. Hex color #024045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024045 is #FDBFBA. Grayscale: #2D2D2D. Windows color (decimal): -16629691 or 4538370. OLE color: 4538370.

HSL color Cylindrical-coordinate representation of color #024045: hue angle of 184.48º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024045 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 64 69 -
CMYK 0.97 0.07 0 0.73
HSL 184.48º 0.94% 0.14% -
HSV(B) 184.48º 0.97% 0.27% -
XYZ 2.93 4.11 6.27 -
YUV 46.03 140.96 96.59 -
System Red Green Blue C M Y K H S L
Decimal 2 64 69 0.97 0.07 0 0.73 184.48 0.94 0.14
Hex 2 40 45 61 7 0 49 B8 5E E
Octal 2 100 105 141 7 0 111 270 136 16
Binary 10 1000000 1000101 1100001 111 0 1001001 10111000 1011110 1110

Color Harmonies of #024045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024045

Black with #024045

Text Example


Text Example

White with #024045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024045; }

 p { color: rgb(2,64,69); }

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

background-color css

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

 a { background-color: rgb(2,64,69); }

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

border-color css

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

 span { border-color: rgb(2,64,69); }

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