Html Css Color HEX #137258 Deep Sea

📋 copy color: '#137258'

red 19 ◦ green 114 ◦ blue 88

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

Shades of Deep Sea #137258

Tints of Deep Sea #137258

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.58%

 BLUE value IS 88 (34.77% from 255) = 39.82%

R = 8.6%
G = 51.58%
B = 39.82%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#137258 (or 0x137258) is known color: Deep Sea. HEX triplet: 13, 72 and 58. RGB value is (19,114,88). Sum of RGB (Red+Green+Blue) = 19+114+88=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #137258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137258 is #EC8DA7. Grayscale: #525252. Windows color (decimal): -15502760 or 5796371. OLE color: 5796371.

HSL color Cylindrical-coordinate representation of color #137258: hue angle of 163.58º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137258 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 114 88 -
CMYK 0.83 0 0.23 0.55
HSL 163.58º 0.71% 0.26% -
HSV(B) 163.58º 0.83% 0.45% -
XYZ 8.05 12.88 11.29 -
YUV 82.63 131.03 82.61 -
System Red Green Blue C M Y K H S L
Decimal 19 114 88 0.83 0 0.23 0.55 163.58 0.71 0.26
Hex 13 72 58 53 0 17 37 A4 47 1A
Octal 23 162 130 123 0 27 67 244 107 32
Binary 10011 1110010 1011000 1010011 0 10111 110111 10100100 1000111 11010

Color Harmonies of #137258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137258

Black with #137258

Text Example


Text Example

White with #137258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137258; }

 p { color: rgb(19,114,88); }

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

background-color css

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

 a { background-color: rgb(19,114,88); }

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

border-color css

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

 span { border-color: rgb(19,114,88); }

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