Html Css Color HEX #137367 Deep Sea

📋 copy color: '#137367'

red 19 ◦ green 115 ◦ blue 103

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

Shades of Deep Sea #137367

Tints of Deep Sea #137367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 43.46%

R = 8.02%
G = 48.52%
B = 43.46%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#137367 (or 0x137367) is known color: Deep Sea. HEX triplet: 13, 73 and 67. RGB value is (19,115,103). Sum of RGB (Red+Green+Blue) = 19+115+103=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #137367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137367 is #EC8C98. Grayscale: #545454. Windows color (decimal): -15502489 or 6779667. OLE color: 6779667.

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

Color convert

RGB 19 115 103 -
CMYK 0.83 0 0.10 0.55
HSL 172.5º 0.72% 0.26% -
HSV(B) 172.5º 0.83% 0.45% -
XYZ 8.85 13.38 14.95 -
YUV 84.93 138.2 80.98 -
System Red Green Blue C M Y K H S L
Decimal 19 115 103 0.83 0 0.10 0.55 172.5 0.72 0.26
Hex 13 73 67 53 0 A 37 AC 48 1A
Octal 23 163 147 123 0 12 67 254 110 32
Binary 10011 1110011 1100111 1010011 0 1010 110111 10101100 1001000 11010

Color Harmonies of #137367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137367

Black with #137367

Text Example


Text Example

White with #137367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137367; }

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

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

background-color css

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

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

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

border-color css

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

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

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