Html Css Color HEX #073A41 Cyprus

📋 copy color: '#073A41'

red 7 ◦ green 58 ◦ blue 65

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

Shades of Cyprus #073A41

Tints of Cyprus #073A41

RGB

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

 GREEN value IS 58 (23.05% from 255) = 44.62%

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

R = 5.38%
G = 44.62%
B = 50%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#073A41 (or 0x073A41) is known color: Cyprus. HEX triplet: 07, 3A and 41. RGB value is (7,58,65). Sum of RGB (Red+Green+Blue) = 7+58+65=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #073A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A41 is #F8C5BE. Grayscale: #2B2B2B. Windows color (decimal): -16303551 or 4274695. OLE color: 4274695.

HSL color Cylindrical-coordinate representation of color #073A41: hue angle of 187.24º 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 #073A41 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 58 65 -
CMYK 0.89 0.11 0 0.75
HSL 187.24º 0.81% 0.14% -
HSV(B) 187.24º 0.89% 0.25% -
XYZ 2.55 3.45 5.53 -
YUV 43.55 140.1 101.93 -
System Red Green Blue C M Y K H S L
Decimal 7 58 65 0.89 0.11 0 0.75 187.24 0.81 0.14
Hex 7 3A 41 59 B 0 4B BB 51 E
Octal 7 72 101 131 13 0 113 273 121 16
Binary 111 111010 1000001 1011001 1011 0 1001011 10111011 1010001 1110

Color Harmonies of #073A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073A41

Black with #073A41

Text Example


Text Example

White with #073A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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