Html Css Color HEX #1F7369 Deep Sea

📋 copy color: '#1F7369'

red 31 ◦ green 115 ◦ blue 105

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

Shades of Deep Sea #1F7369

Tints of Deep Sea #1F7369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.83%

R = 12.35%
G = 45.82%
B = 41.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#1F7369 (or 0x1F7369) is known color: Deep Sea. HEX triplet: 1F, 73 and 69. RGB value is (31,115,105). Sum of RGB (Red+Green+Blue) = 31+115+105=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #1F7369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7369 is #E08C96. Grayscale: #585858. Windows color (decimal): -14716055 or 6910751. OLE color: 6910751.

HSL color Cylindrical-coordinate representation of color #1F7369: hue angle of 172.86º 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 #1F7369 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 115 105 -
CMYK 0.73 0 0.09 0.55
HSL 172.86º 0.58% 0.29% -
HSV(B) 172.86º 0.73% 0.45% -
XYZ 9.25 13.57 15.5 -
YUV 88.74 137.17 86.81 -
System Red Green Blue C M Y K H S L
Decimal 31 115 105 0.73 0 0.09 0.55 172.86 0.58 0.29
Hex 1F 73 69 49 0 9 37 AD 3A 1D
Octal 37 163 151 111 0 11 67 255 72 35
Binary 11111 1110011 1101001 1001001 0 1001 110111 10101101 111010 11101

Color Harmonies of #1F7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7369

Black with #1F7369

Text Example


Text Example

White with #1F7369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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