Html Css Color HEX #07393D Cyprus

📋 copy color: '#07393D'

red 7 ◦ green 57 ◦ blue 61

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

Shades of Cyprus #07393D

Tints of Cyprus #07393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 45.6%

 BLUE value IS 61 (24.22% from 255) = 48.8%

R = 5.6%
G = 45.6%
B = 48.8%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#07393D (or 0x07393D) is known color: Cyprus. HEX triplet: 07, 39 and 3D. RGB value is (7,57,61). Sum of RGB (Red+Green+Blue) = 7+57+61=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 61 - color contains mainly: blue. Hex color #07393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07393D is #F8C6C2. Grayscale: #2A2A2A. Windows color (decimal): -16303811 or 4012295. OLE color: 4012295.

HSL color Cylindrical-coordinate representation of color #07393D: hue angle of 184.44º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07393D is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 57 61 -
CMYK 0.89 0.07 0 0.76
HSL 184.44º 0.79% 0.13% -
HSV(B) 184.44º 0.89% 0.24% -
XYZ 2.39 3.31 4.93 -
YUV 42.51 138.44 102.67 -
System Red Green Blue C M Y K H S L
Decimal 7 57 61 0.89 0.07 0 0.76 184.44 0.79 0.13
Hex 7 39 3D 59 7 0 4C B8 4F D
Octal 7 71 75 131 7 0 114 270 117 15
Binary 111 111001 111101 1011001 111 0 1001100 10111000 1001111 1101

Color Harmonies of #07393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07393D

Black with #07393D

Text Example


Text Example

White with #07393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07393D; }

 p { color: rgb(7,57,61); }

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

background-color css

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

 a { background-color: rgb(7,57,61); }

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

border-color css

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

 span { border-color: rgb(7,57,61); }

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