Html Css Color HEX #138072 Deep Sea

📋 copy color: '#138072'

red 19 ◦ green 128 ◦ blue 114

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

Shades of Deep Sea #138072

Tints of Deep Sea #138072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.04%

 BLUE value IS 114 (44.92% from 255) = 43.68%

R = 7.28%
G = 49.04%
B = 43.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#138072 (or 0x138072) is known color: Deep Sea. HEX triplet: 13, 80 and 72. RGB value is (19,128,114). Sum of RGB (Red+Green+Blue) = 19+128+114=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 128 - color contains mainly: green. Hex color #138072 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138072 is #EC7F8D. Grayscale: #5D5D5D. Windows color (decimal): -15499150 or 7503891. OLE color: 7503891.

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

Color convert

RGB 19 128 114 -
CMYK 0.85 0 0.11 0.50
HSL 172.29º 0.74% 0.29% -
HSV(B) 172.29º 0.85% 0.5% -
XYZ 11.02 16.79 18.58 -
YUV 93.81 139.39 74.64 -
System Red Green Blue C M Y K H S L
Decimal 19 128 114 0.85 0 0.11 0.50 172.29 0.74 0.29
Hex 13 80 72 55 0 B 32 AC 4A 1D
Octal 23 200 162 125 0 13 62 254 112 35
Binary 10011 10000000 1110010 1010101 0 1011 110010 10101100 1001010 11101

Color Harmonies of #138072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138072

Black with #138072

Text Example


Text Example

White with #138072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138072; }

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

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

background-color css

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

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

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

border-color css

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

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

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