Html Css Color HEX #138273 Deep Sea

📋 copy color: '#138273'

red 19 ◦ green 130 ◦ blue 115

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

Shades of Deep Sea #138273

Tints of Deep Sea #138273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.24%

 BLUE value IS 115 (45.31% from 255) = 43.56%

R = 7.2%
G = 49.24%
B = 43.56%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#138273 (or 0x138273) is known color: Deep Sea. HEX triplet: 13, 82 and 73. RGB value is (19,130,115). Sum of RGB (Red+Green+Blue) = 19+130+115=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #138273 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138273 is #EC7D8C. Grayscale: #5F5F5F. Windows color (decimal): -15498637 or 7569939. OLE color: 7569939.

HSL color Cylindrical-coordinate representation of color #138273: hue angle of 171.89º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138273 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 130 115 -
CMYK 0.85 0 0.12 0.49
HSL 171.89º 0.74% 0.29% -
HSV(B) 171.89º 0.85% 0.51% -
XYZ 11.35 17.34 18.97 -
YUV 95.1 139.23 73.72 -
System Red Green Blue C M Y K H S L
Decimal 19 130 115 0.85 0 0.12 0.49 171.89 0.74 0.29
Hex 13 82 73 55 0 C 31 AC 4A 1D
Octal 23 202 163 125 0 14 61 254 112 35
Binary 10011 10000010 1110011 1010101 0 1100 110001 10101100 1001010 11101

Color Harmonies of #138273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138273

Black with #138273

Text Example


Text Example

White with #138273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138273; }

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

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

background-color css

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

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

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

border-color css

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

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

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