Html Css Color HEX #138075 Deep Sea

📋 copy color: '#138075'

red 19 ◦ green 128 ◦ blue 117

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

Shades of Deep Sea #138075

Tints of Deep Sea #138075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 7.2%
G = 48.48%
B = 44.32%

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

#138075 (or 0x138075) is known color: Deep Sea. HEX triplet: 13, 80 and 75. RGB value is (19,128,117). Sum of RGB (Red+Green+Blue) = 19+128+117=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #138075 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138075 is #EC7F8A. Grayscale: #5E5E5E. Windows color (decimal): -15499147 or 7700499. OLE color: 7700499.

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

Color convert

RGB 19 128 117 -
CMYK 0.85 0 0.09 0.50
HSL 173.95º 0.74% 0.29% -
HSV(B) 173.95º 0.85% 0.5% -
XYZ 11.2 16.86 19.49 -
YUV 94.16 140.89 74.39 -
System Red Green Blue C M Y K H S L
Decimal 19 128 117 0.85 0 0.09 0.50 173.95 0.74 0.29
Hex 13 80 75 55 0 9 32 AE 4A 1D
Octal 23 200 165 125 0 11 62 256 112 35
Binary 10011 10000000 1110101 1010101 0 1001 110010 10101110 1001010 11101

Color Harmonies of #138075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138075

Black with #138075

Text Example


Text Example

White with #138075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138075; }

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

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

background-color css

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

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

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

border-color css

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

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

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