Html Css Color HEX #137369 Deep Sea

📋 copy color: '#137369'

red 19 ◦ green 115 ◦ blue 105

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

Shades of Deep Sea #137369

Tints of Deep Sea #137369

RGB

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

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

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

R = 7.95%
G = 48.12%
B = 43.93%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#137369 (or 0x137369) is known color: Deep Sea. HEX triplet: 13, 73 and 69. RGB value is (19,115,105). Sum of RGB (Red+Green+Blue) = 19+115+105=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #137369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137369 is #EC8C96. Grayscale: #555555. Windows color (decimal): -15502487 or 6910739. OLE color: 6910739.

HSL color Cylindrical-coordinate representation of color #137369: hue angle of 173.75º degrees, saturation: 0.72, 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 #137369 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 115 105 -
CMYK 0.83 0 0.09 0.55
HSL 173.75º 0.72% 0.26% -
HSV(B) 173.75º 0.83% 0.45% -
XYZ 8.95 13.42 15.48 -
YUV 85.16 139.2 80.81 -
System Red Green Blue C M Y K H S L
Decimal 19 115 105 0.83 0 0.09 0.55 173.75 0.72 0.26
Hex 13 73 69 53 0 9 37 AE 48 1A
Octal 23 163 151 123 0 11 67 256 110 32
Binary 10011 1110011 1101001 1010011 0 1001 110111 10101110 1001000 11010

Color Harmonies of #137369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137369

Black with #137369

Text Example


Text Example

White with #137369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137369; }

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

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

background-color css

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

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

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

border-color css

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

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

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