Html Css Color HEX #138368 Deep Sea

📋 copy color: '#138368'

red 19 ◦ green 131 ◦ blue 104

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

Shades of Deep Sea #138368

Tints of Deep Sea #138368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.94%

R = 7.48%
G = 51.57%
B = 40.94%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#138368 (or 0x138368) is known color: Deep Sea. HEX triplet: 13, 83 and 68. RGB value is (19,131,104). Sum of RGB (Red+Green+Blue) = 19+131+104=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #138368 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138368 is #EC7C97. Grayscale: #5E5E5E. Windows color (decimal): -15498392 or 6849299. OLE color: 6849299.

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

Color convert

RGB 19 131 104 -
CMYK 0.85 0 0.21 0.49
HSL 165.54º 0.75% 0.29% -
HSV(B) 165.54º 0.85% 0.51% -
XYZ 10.88 17.37 15.88 -
YUV 94.43 133.39 74.2 -
System Red Green Blue C M Y K H S L
Decimal 19 131 104 0.85 0 0.21 0.49 165.54 0.75 0.29
Hex 13 83 68 55 0 15 31 A6 4B 1D
Octal 23 203 150 125 0 25 61 246 113 35
Binary 10011 10000011 1101000 1010101 0 10101 110001 10100110 1001011 11101

Color Harmonies of #138368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138368

Black with #138368

Text Example


Text Example

White with #138368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138368; }

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

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

background-color css

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

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

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

border-color css

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

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

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