Html Css Color HEX #073C41 Cyprus

📋 copy color: '#073C41'

red 7 ◦ green 60 ◦ blue 65

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

Shades of Cyprus #073C41

Tints of Cyprus #073C41

RGB

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

 GREEN value IS 60 (23.83% from 255) = 45.45%

 BLUE value IS 65 (25.78% from 255) = 49.24%

R = 5.3%
G = 45.45%
B = 49.24%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#073C41 (or 0x073C41) is known color: Cyprus. HEX triplet: 07, 3C and 41. RGB value is (7,60,65). Sum of RGB (Red+Green+Blue) = 7+60+65=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #073C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C41 is #F8C3BE. Grayscale: #2C2C2C. Windows color (decimal): -16303039 or 4275207. OLE color: 4275207.

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

Color convert

RGB 7 60 65 -
CMYK 0.89 0.08 0 0.75
HSL 185.17º 0.81% 0.14% -
HSV(B) 185.17º 0.89% 0.25% -
XYZ 2.66 3.66 5.57 -
YUV 44.72 139.44 101.09 -
System Red Green Blue C M Y K H S L
Decimal 7 60 65 0.89 0.08 0 0.75 185.17 0.81 0.14
Hex 7 3C 41 59 8 0 4B B9 51 E
Octal 7 74 101 131 10 0 113 271 121 16
Binary 111 111100 1000001 1011001 1000 0 1001011 10111001 1010001 1110

Color Harmonies of #073C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073C41

Black with #073C41

Text Example


Text Example

White with #073C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,60,65); }

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

background-color css

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

 a { background-color: rgb(7,60,65); }

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

border-color css

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

 span { border-color: rgb(7,60,65); }

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