Html Css Color HEX #073841 Cyprus

📋 copy color: '#073841'

red 7 ◦ green 56 ◦ blue 65

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

Shades of Cyprus #073841

Tints of Cyprus #073841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 43.75%

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

R = 5.47%
G = 43.75%
B = 50.78%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#073841 (or 0x073841) is known color: Cyprus. HEX triplet: 07, 38 and 41. RGB value is (7,56,65). Sum of RGB (Red+Green+Blue) = 7+56+65=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #073841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073841 is #F8C7BE. Grayscale: #2A2A2A. Windows color (decimal): -16304063 or 4274183. OLE color: 4274183.

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

Color convert

RGB 7 56 65 -
CMYK 0.89 0.14 0 0.75
HSL 189.31º 0.81% 0.14% -
HSV(B) 189.31º 0.89% 0.25% -
XYZ 2.46 3.26 5.5 -
YUV 42.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 7 56 65 0.89 0.14 0 0.75 189.31 0.81 0.14
Hex 7 38 41 59 E 0 4B BD 51 E
Octal 7 70 101 131 16 0 113 275 121 16
Binary 111 111000 1000001 1011001 1110 0 1001011 10111101 1010001 1110

Color Harmonies of #073841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073841

Black with #073841

Text Example


Text Example

White with #073841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073841; }

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

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

background-color css

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

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

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

border-color css

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

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

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