Html Css Color HEX #138369 Deep Sea

📋 copy color: '#138369'

red 19 ◦ green 131 ◦ blue 105

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

Shades of Deep Sea #138369

Tints of Deep Sea #138369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.37%

 BLUE value IS 105 (41.41% from 255) = 41.18%

R = 7.45%
G = 51.37%
B = 41.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#138369 (or 0x138369) is known color: Deep Sea. HEX triplet: 13, 83 and 69. RGB value is (19,131,105). Sum of RGB (Red+Green+Blue) = 19+131+105=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #138369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138369 is #EC7C96. Grayscale: #5E5E5E. Windows color (decimal): -15498391 or 6914835. OLE color: 6914835.

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

Color convert

RGB 19 131 105 -
CMYK 0.85 0 0.20 0.49
HSL 166.07º 0.75% 0.29% -
HSV(B) 166.07º 0.85% 0.51% -
XYZ 10.93 17.39 16.15 -
YUV 94.55 133.89 74.11 -
System Red Green Blue C M Y K H S L
Decimal 19 131 105 0.85 0 0.20 0.49 166.07 0.75 0.29
Hex 13 83 69 55 0 14 31 A6 4B 1D
Octal 23 203 151 125 0 24 61 246 113 35
Binary 10011 10000011 1101001 1010101 0 10100 110001 10100110 1001011 11101

Color Harmonies of #138369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138369

Black with #138369

Text Example


Text Example

White with #138369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138369; }

 p { color: rgb(19,131,105); }

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

background-color css

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

 a { background-color: rgb(19,131,105); }

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

border-color css

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

 span { border-color: rgb(19,131,105); }

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