Html Css Color HEX #138366 Deep Sea

📋 copy color: '#138366'

red 19 ◦ green 131 ◦ blue 102

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

Shades of Deep Sea #138366

Tints of Deep Sea #138366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.48%

R = 7.54%
G = 51.98%
B = 40.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#138366 (or 0x138366) is known color: Deep Sea. HEX triplet: 13, 83 and 66. RGB value is (19,131,102). Sum of RGB (Red+Green+Blue) = 19+131+102=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #138366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138366 is #EC7C99. Grayscale: #5E5E5E. Windows color (decimal): -15498394 or 6718227. OLE color: 6718227.

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

Color convert

RGB 19 131 102 -
CMYK 0.85 0 0.22 0.49
HSL 164.46º 0.75% 0.29% -
HSV(B) 164.46º 0.85% 0.51% -
XYZ 10.78 17.33 15.35 -
YUV 94.21 132.39 74.36 -
System Red Green Blue C M Y K H S L
Decimal 19 131 102 0.85 0 0.22 0.49 164.46 0.75 0.29
Hex 13 83 66 55 0 16 31 A4 4B 1D
Octal 23 203 146 125 0 26 61 244 113 35
Binary 10011 10000011 1100110 1010101 0 10110 110001 10100100 1001011 11101

Color Harmonies of #138366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138366

Black with #138366

Text Example


Text Example

White with #138366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138366; }

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

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

background-color css

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

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

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

border-color css

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

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

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