Html Css Color HEX #024042 Cyprus

📋 copy color: '#024042'

red 2 ◦ green 64 ◦ blue 66

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

Shades of Cyprus #024042

Tints of Cyprus #024042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 50%

R = 1.52%
G = 48.48%
B = 50%

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#024042 (or 0x024042) is known color: Cyprus. HEX triplet: 02, 40 and 42. RGB value is (2,64,66). Sum of RGB (Red+Green+Blue) = 2+64+66=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 66 (26.17% from 255 or 50% from 132); Max value from RGB is 66 - color contains mainly: blue. Hex color #024042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024042 is #FDBFBD. Grayscale: #2D2D2D. Windows color (decimal): -16629694 or 4341762. OLE color: 4341762.

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

Color convert

RGB 2 64 66 -
CMYK 0.97 0.03 0 0.74
HSL 181.88º 0.94% 0.13% -
HSV(B) 181.88º 0.97% 0.26% -
XYZ 2.84 4.07 5.79 -
YUV 45.69 139.46 96.84 -
System Red Green Blue C M Y K H S L
Decimal 2 64 66 0.97 0.03 0 0.74 181.88 0.94 0.13
Hex 2 40 42 61 3 0 4A B6 5E D
Octal 2 100 102 141 3 0 112 266 136 15
Binary 10 1000000 1000010 1100001 11 0 1001010 10110110 1011110 1101

Color Harmonies of #024042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024042

Black with #024042

Text Example


Text Example

White with #024042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024042; }

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

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

background-color css

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

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

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

border-color css

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

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

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