Html Css Color HEX #073E42 Cyprus

📋 copy color: '#073E42'

red 7 ◦ green 62 ◦ blue 66

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

Shades of Cyprus #073E42

Tints of Cyprus #073E42

RGB

 RED value IS 7 (3.13% from 255) = 5.19%

 GREEN value IS 62 (24.61% from 255) = 45.93%

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

R = 5.19%
G = 45.93%
B = 48.89%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#073E42 (or 0x073E42) is known color: Cyprus. HEX triplet: 07, 3E and 42. RGB value is (7,62,66). Sum of RGB (Red+Green+Blue) = 7+62+66=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 62 (24.61% from 255 or 45.93% from 135); Blue value is 66 (26.17% from 255 or 48.89% from 135); Max value from RGB is 66 - color contains mainly: blue. Hex color #073E42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E42 is #F8C1BD. Grayscale: #2D2D2D. Windows color (decimal): -16302526 or 4341255. OLE color: 4341255.

HSL color Cylindrical-coordinate representation of color #073E42: hue angle of 184.07º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073E42 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 62 66 -
CMYK 0.89 0.06 0 0.74
HSL 184.07º 0.81% 0.14% -
HSV(B) 184.07º 0.89% 0.26% -
XYZ 2.79 3.88 5.76 -
YUV 46.01 139.28 100.17 -
System Red Green Blue C M Y K H S L
Decimal 7 62 66 0.89 0.06 0 0.74 184.07 0.81 0.14
Hex 7 3E 42 59 6 0 4A B8 51 E
Octal 7 76 102 131 6 0 112 270 121 16
Binary 111 111110 1000010 1011001 110 0 1001010 10111000 1010001 1110

Color Harmonies of #073E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073E42

Black with #073E42

Text Example


Text Example

White with #073E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073E42; }

 p { color: rgb(7,62,66); }

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

background-color css

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

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

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

border-color css

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

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

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