Html Css Color HEX #138275 Deep Sea

📋 copy color: '#138275'

red 19 ◦ green 130 ◦ blue 117

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

Shades of Deep Sea #138275

Tints of Deep Sea #138275

RGB

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

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

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

R = 7.14%
G = 48.87%
B = 43.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#138275 (or 0x138275) is known color: Deep Sea. HEX triplet: 13, 82 and 75. RGB value is (19,130,117). Sum of RGB (Red+Green+Blue) = 19+130+117=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #138275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138275 is #EC7D8A. Grayscale: #5F5F5F. Windows color (decimal): -15498635 or 7701011. OLE color: 7701011.

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

Color convert

RGB 19 130 117 -
CMYK 0.85 0 0.1 0.49
HSL 172.97º 0.74% 0.29% -
HSV(B) 172.97º 0.85% 0.51% -
XYZ 11.46 17.39 19.58 -
YUV 95.33 140.23 73.56 -
System Red Green Blue C M Y K H S L
Decimal 19 130 117 0.85 0 0.1 0.49 172.97 0.74 0.29
Hex 13 82 75 55 0 A 31 AD 4A 1D
Octal 23 202 165 125 0 12 61 255 112 35
Binary 10011 10000010 1110101 1010101 0 1010 110001 10101101 1001010 11101

Color Harmonies of #138275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138275

Black with #138275

Text Example


Text Example

White with #138275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138275; }

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

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

background-color css

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

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

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

border-color css

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

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

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