Html Css Color HEX #1F7668 Deep Sea

📋 copy color: '#1F7668'

red 31 ◦ green 118 ◦ blue 104

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

Shades of Deep Sea #1F7668

Tints of Deep Sea #1F7668

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.64%

 BLUE value IS 104 (41.02% from 255) = 41.11%

R = 12.25%
G = 46.64%
B = 41.11%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#1F7668 (or 0x1F7668) is known color: Deep Sea. HEX triplet: 1F, 76 and 68. RGB value is (31,118,104). Sum of RGB (Red+Green+Blue) = 31+118+104=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #1F7668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7668 is #E08997. Grayscale: #5A5A5A. Windows color (decimal): -14715288 or 6845983. OLE color: 6845983.

HSL color Cylindrical-coordinate representation of color #1F7668: hue angle of 170.34º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7668 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 118 104 -
CMYK 0.74 0 0.12 0.54
HSL 170.34º 0.58% 0.29% -
HSV(B) 170.34º 0.74% 0.46% -
XYZ 9.54 14.25 15.34 -
YUV 90.39 135.68 85.64 -
System Red Green Blue C M Y K H S L
Decimal 31 118 104 0.74 0 0.12 0.54 170.34 0.58 0.29
Hex 1F 76 68 4A 0 C 36 AA 3A 1D
Octal 37 166 150 112 0 14 66 252 72 35
Binary 11111 1110110 1101000 1001010 0 1100 110110 10101010 111010 11101

Color Harmonies of #1F7668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7668

Black with #1F7668

Text Example


Text Example

White with #1F7668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,118,104); }

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

background-color css

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

 a { background-color: rgb(31,118,104); }

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

border-color css

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

 span { border-color: rgb(31,118,104); }

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