Html Css Color HEX #137266 Deep Sea

📋 copy color: '#137266'

red 19 ◦ green 114 ◦ blue 102

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

Shades of Deep Sea #137266

Tints of Deep Sea #137266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.4%

R = 8.09%
G = 48.51%
B = 43.4%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#137266 (or 0x137266) is known color: Deep Sea. HEX triplet: 13, 72 and 66. RGB value is (19,114,102). Sum of RGB (Red+Green+Blue) = 19+114+102=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #137266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137266 is #EC8D99. Grayscale: #545454. Windows color (decimal): -15502746 or 6713875. OLE color: 6713875.

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

Color convert

RGB 19 114 102 -
CMYK 0.83 0 0.11 0.55
HSL 172.42º 0.71% 0.26% -
HSV(B) 172.42º 0.83% 0.45% -
XYZ 8.68 13.13 14.65 -
YUV 84.23 138.03 81.48 -
System Red Green Blue C M Y K H S L
Decimal 19 114 102 0.83 0 0.11 0.55 172.42 0.71 0.26
Hex 13 72 66 53 0 B 37 AC 47 1A
Octal 23 162 146 123 0 13 67 254 107 32
Binary 10011 1110010 1100110 1010011 0 1011 110111 10101100 1000111 11010

Color Harmonies of #137266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137266

Black with #137266

Text Example


Text Example

White with #137266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137266; }

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

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

background-color css

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

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

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

border-color css

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

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

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