Html Css Color HEX #014242 Cyprus

📋 copy color: '#014242'

red 1 ◦ green 66 ◦ blue 66

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

Shades of Cyprus #014242

Tints of Cyprus #014242

RGB

 RED value IS 1 (0.78% from 255) = 0.75%

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

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

R = 0.75%
G = 49.62%
B = 49.62%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#014242 (or 0x014242) is known color: Cyprus. HEX triplet: 01, 42 and 42. RGB value is (1,66,66). Sum of RGB (Red+Green+Blue) = 1+66+66=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 66 (26.17% from 255 or 49.62% from 133); Max value from RGB is 66 - color contains mainly: green, blue. Hex color #014242 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014242 is #FEBDBD. Grayscale: #2E2E2E. Windows color (decimal): -16694718 or 4342273. OLE color: 4342273.

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

Color convert

RGB 1 66 66 -
CMYK 0.98 0 0 0.74
HSL 180º 0.97% 0.13% -
HSV(B) 180º 0.98% 0.26% -
XYZ 2.94 4.3 5.83 -
YUV 46.57 138.97 95.5 -
System Red Green Blue C M Y K H S L
Decimal 1 66 66 0.98 0 0 0.74 180 0.97 0.13
Hex 1 42 42 62 0 0 4A B4 61 D
Octal 1 102 102 142 0 0 112 264 141 15
Binary 1 1000010 1000010 1100010 0 0 1001010 10110100 1100001 1101

Color Harmonies of #014242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014242

Black with #014242

Text Example


Text Example

White with #014242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014242; }

 p { color: rgb(1,66,66); }

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

background-color css

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

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

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

border-color css

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

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

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