Html Css Color HEX #138074 Deep Sea

📋 copy color: '#138074'

red 19 ◦ green 128 ◦ blue 116

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

Shades of Deep Sea #138074

Tints of Deep Sea #138074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.11%

R = 7.22%
G = 48.67%
B = 44.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#138074 (or 0x138074) is known color: Deep Sea. HEX triplet: 13, 80 and 74. RGB value is (19,128,116). Sum of RGB (Red+Green+Blue) = 19+128+116=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #138074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138074 is #EC7F8B. Grayscale: #5D5D5D. Windows color (decimal): -15499148 or 7634963. OLE color: 7634963.

HSL color Cylindrical-coordinate representation of color #138074: hue angle of 173.39º 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 #138074 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 128 116 -
CMYK 0.85 0 0.09 0.50
HSL 173.39º 0.74% 0.29% -
HSV(B) 173.39º 0.85% 0.5% -
XYZ 11.14 16.84 19.19 -
YUV 94.04 140.39 74.48 -
System Red Green Blue C M Y K H S L
Decimal 19 128 116 0.85 0 0.09 0.50 173.39 0.74 0.29
Hex 13 80 74 55 0 9 32 AD 4A 1D
Octal 23 200 164 125 0 11 62 255 112 35
Binary 10011 10000000 1110100 1010101 0 1001 110010 10101101 1001010 11101

Color Harmonies of #138074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138074

Black with #138074

Text Example


Text Example

White with #138074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138074; }

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

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

background-color css

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

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

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

border-color css

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

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

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