Html Css Color HEX #137568 Deep Sea

📋 copy color: '#137568'

red 19 ◦ green 117 ◦ blue 104

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

Shades of Deep Sea #137568

Tints of Deep Sea #137568

RGB

 RED value IS 19 (7.81% from 255) = 7.92%

 GREEN value IS 117 (46.09% from 255) = 48.75%

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

R = 7.92%
G = 48.75%
B = 43.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#137568 (or 0x137568) is known color: Deep Sea. HEX triplet: 13, 75 and 68. RGB value is (19,117,104). Sum of RGB (Red+Green+Blue) = 19+117+104=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #137568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137568 is #EC8A97. Grayscale: #565656. Windows color (decimal): -15501976 or 6845715. OLE color: 6845715.

HSL color Cylindrical-coordinate representation of color #137568: hue angle of 172.04º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137568 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 117 104 -
CMYK 0.84 0 0.11 0.54
HSL 172.04º 0.72% 0.27% -
HSV(B) 172.04º 0.84% 0.46% -
XYZ 9.13 13.86 15.29 -
YUV 86.22 138.03 80.06 -
System Red Green Blue C M Y K H S L
Decimal 19 117 104 0.84 0 0.11 0.54 172.04 0.72 0.27
Hex 13 75 68 54 0 B 36 AC 48 1B
Octal 23 165 150 124 0 13 66 254 110 33
Binary 10011 1110101 1101000 1010100 0 1011 110110 10101100 1001000 11011

Color Harmonies of #137568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137568

Black with #137568

Text Example


Text Example

White with #137568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137568; }

 p { color: rgb(19,117,104); }

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

background-color css

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

 a { background-color: rgb(19,117,104); }

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

border-color css

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

 span { border-color: rgb(19,117,104); }

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