Html Css Color HEX #024145 Sherpa Blue

📋 copy color: '#024145'

red 2 ◦ green 65 ◦ blue 69

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

Shades of Sherpa Blue #024145

Tints of Sherpa Blue #024145

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.79%

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

R = 1.47%
G = 47.79%
B = 50.74%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#024145 (or 0x024145) is known color: Sherpa Blue. HEX triplet: 02, 41 and 45. RGB value is (2,65,69). Sum of RGB (Red+Green+Blue) = 2+65+69=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 69 (27.34% from 255 or 50.74% from 136); Max value from RGB is 69 - color contains mainly: blue. Hex color #024145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024145 is #FDBEBA. Grayscale: #2E2E2E. Windows color (decimal): -16629435 or 4538626. OLE color: 4538626.

HSL color Cylindrical-coordinate representation of color #024145: hue angle of 183.58º 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 #024145 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 65 69 -
CMYK 0.97 0.06 0 0.73
HSL 183.58º 0.94% 0.14% -
HSV(B) 183.58º 0.97% 0.27% -
XYZ 2.99 4.22 6.29 -
YUV 46.62 140.63 96.17 -
System Red Green Blue C M Y K H S L
Decimal 2 65 69 0.97 0.06 0 0.73 183.58 0.94 0.14
Hex 2 41 45 61 6 0 49 B8 5E E
Octal 2 101 105 141 6 0 111 270 136 16
Binary 10 1000001 1000101 1100001 110 0 1001001 10111000 1011110 1110

Color Harmonies of #024145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024145

Black with #024145

Text Example


Text Example

White with #024145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024145; }

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

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

background-color css

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

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

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

border-color css

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

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

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