Html Css Color HEX #1F7062 Deep Sea

📋 copy color: '#1F7062'

red 31 ◦ green 112 ◦ blue 98

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

Shades of Deep Sea #1F7062

Tints of Deep Sea #1F7062

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.47%

 BLUE value IS 98 (38.67% from 255) = 40.66%

R = 12.86%
G = 46.47%
B = 40.66%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#1F7062 (or 0x1F7062) is known color: Deep Sea. HEX triplet: 1F, 70 and 62. RGB value is (31,112,98). Sum of RGB (Red+Green+Blue) = 31+112+98=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7062 is #E08F9D. Grayscale: #565656. Windows color (decimal): -14716830 or 6451231. OLE color: 6451231.

HSL color Cylindrical-coordinate representation of color #1F7062: hue angle of 169.63º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F7062 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 112 98 -
CMYK 0.72 0 0.13 0.56
HSL 169.63º 0.57% 0.28% -
HSV(B) 169.63º 0.72% 0.44% -
XYZ 8.56 12.76 13.57 -
YUV 86.19 134.66 88.64 -
System Red Green Blue C M Y K H S L
Decimal 31 112 98 0.72 0 0.13 0.56 169.63 0.57 0.28
Hex 1F 70 62 48 0 D 38 AA 39 1C
Octal 37 160 142 110 0 15 70 252 71 34
Binary 11111 1110000 1100010 1001000 0 1101 111000 10101010 111001 11100

Color Harmonies of #1F7062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7062

Black with #1F7062

Text Example


Text Example

White with #1F7062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,112,98); }

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

background-color css

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

 a { background-color: rgb(31,112,98); }

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

border-color css

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

 span { border-color: rgb(31,112,98); }

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