Html Css Color HEX #073B44 Cyprus

📋 copy color: '#073B44'

red 7 ◦ green 59 ◦ blue 68

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

Shades of Cyprus #073B44

Tints of Cyprus #073B44

RGB

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

 GREEN value IS 59 (23.44% from 255) = 44.03%

 BLUE value IS 68 (26.95% from 255) = 50.75%

R = 5.22%
G = 44.03%
B = 50.75%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#073B44 (or 0x073B44) is known color: Cyprus. HEX triplet: 07, 3B and 44. RGB value is (7,59,68). Sum of RGB (Red+Green+Blue) = 7+59+68=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 59 (23.44% from 255 or 44.03% from 134); Blue value is 68 (26.95% from 255 or 50.75% from 134); Max value from RGB is 68 - color contains mainly: blue. Hex color #073B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073B44 is #F8C4BB. Grayscale: #2C2C2C. Windows color (decimal): -16303292 or 4471559. OLE color: 4471559.

HSL color Cylindrical-coordinate representation of color #073B44: hue angle of 188.85º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073B44 is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 59 68 -
CMYK 0.90 0.13 0 0.73
HSL 188.85º 0.81% 0.15% -
HSV(B) 188.85º 0.9% 0.27% -
XYZ 2.69 3.59 6.02 -
YUV 44.48 141.27 101.27 -
System Red Green Blue C M Y K H S L
Decimal 7 59 68 0.90 0.13 0 0.73 188.85 0.81 0.15
Hex 7 3B 44 5A D 0 49 BD 51 F
Octal 7 73 104 132 15 0 111 275 121 17
Binary 111 111011 1000100 1011010 1101 0 1001001 10111101 1010001 1111

Color Harmonies of #073B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073B44

Black with #073B44

Text Example


Text Example

White with #073B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,59,68); }

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

background-color css

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

 a { background-color: rgb(7,59,68); }

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

border-color css

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

 span { border-color: rgb(7,59,68); }

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