Html Css Color HEX #1F7363 Deep Sea

📋 copy color: '#1F7363'

red 31 ◦ green 115 ◦ blue 99

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

Shades of Deep Sea #1F7363

Tints of Deep Sea #1F7363

RGB

 RED value IS 31 (12.5% from 255) = 12.65%

 GREEN value IS 115 (45.31% from 255) = 46.94%

 BLUE value IS 99 (39.06% from 255) = 40.41%

R = 12.65%
G = 46.94%
B = 40.41%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#1F7363 (or 0x1F7363) is known color: Deep Sea. HEX triplet: 1F, 73 and 63. RGB value is (31,115,99). Sum of RGB (Red+Green+Blue) = 31+115+99=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #1F7363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7363 is #E08C9C. Grayscale: #585858. Windows color (decimal): -14716061 or 6517535. OLE color: 6517535.

HSL color Cylindrical-coordinate representation of color #1F7363: hue angle of 168.57º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7363 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 115 99 -
CMYK 0.73 0 0.14 0.55
HSL 168.57º 0.58% 0.29% -
HSV(B) 168.57º 0.73% 0.45% -
XYZ 8.95 13.45 13.93 -
YUV 88.06 134.17 87.3 -
System Red Green Blue C M Y K H S L
Decimal 31 115 99 0.73 0 0.14 0.55 168.57 0.58 0.29
Hex 1F 73 63 49 0 E 37 A9 3A 1D
Octal 37 163 143 111 0 16 67 251 72 35
Binary 11111 1110011 1100011 1001001 0 1110 110111 10101001 111010 11101

Color Harmonies of #1F7363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7363

Black with #1F7363

Text Example


Text Example

White with #1F7363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F7363; }

 p { color: rgb(31,115,99); }

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

background-color css

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

 a { background-color: rgb(31,115,99); }

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

border-color css

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

 span { border-color: rgb(31,115,99); }

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