Html Css Color HEX #024243 Sherpa Blue

📋 copy color: '#024243'

red 2 ◦ green 66 ◦ blue 67

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

Shades of Sherpa Blue #024243

Tints of Sherpa Blue #024243

RGB

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

 GREEN value IS 66 (26.17% from 255) = 48.89%

 BLUE value IS 67 (26.56% from 255) = 49.63%

R = 1.48%
G = 48.89%
B = 49.63%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#024243 (or 0x024243) is known color: Sherpa Blue. HEX triplet: 02, 42 and 43. RGB value is (2,66,67). Sum of RGB (Red+Green+Blue) = 2+66+67=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 67 (26.56% from 255 or 49.63% from 135); Max value from RGB is 67 - color contains mainly: blue. Hex color #024243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024243 is #FDBDBC. Grayscale: #2E2E2E. Windows color (decimal): -16629181 or 4407810. OLE color: 4407810.

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

Color convert

RGB 2 66 67 -
CMYK 0.97 0.01 0 0.74
HSL 180.92º 0.94% 0.14% -
HSV(B) 180.92º 0.97% 0.26% -
XYZ 2.99 4.31 5.99 -
YUV 46.98 139.3 95.92 -
System Red Green Blue C M Y K H S L
Decimal 2 66 67 0.97 0.01 0 0.74 180.92 0.94 0.14
Hex 2 42 43 61 1 0 4A B5 5E E
Octal 2 102 103 141 1 0 112 265 136 16
Binary 10 1000010 1000011 1100001 1 0 1001010 10110101 1011110 1110

Color Harmonies of #024243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024243

Black with #024243

Text Example


Text Example

White with #024243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024243; }

 p { color: rgb(2,66,67); }

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

background-color css

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

 a { background-color: rgb(2,66,67); }

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

border-color css

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

 span { border-color: rgb(2,66,67); }

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