Html Css Color HEX #138067 Deep Sea

📋 copy color: '#138067'

red 19 ◦ green 128 ◦ blue 103

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

Shades of Deep Sea #138067

Tints of Deep Sea #138067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.2%

R = 7.6%
G = 51.2%
B = 41.2%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#138067 (or 0x138067) is known color: Deep Sea. HEX triplet: 13, 80 and 67. RGB value is (19,128,103). Sum of RGB (Red+Green+Blue) = 19+128+103=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #138067 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138067 is #EC7F98. Grayscale: #5C5C5C. Windows color (decimal): -15499161 or 6782995. OLE color: 6782995.

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

Color convert

RGB 19 128 103 -
CMYK 0.85 0 0.20 0.50
HSL 166.24º 0.74% 0.29% -
HSV(B) 166.24º 0.85% 0.5% -
XYZ 10.44 16.56 15.48 -
YUV 92.56 133.89 75.53 -
System Red Green Blue C M Y K H S L
Decimal 19 128 103 0.85 0 0.20 0.50 166.24 0.74 0.29
Hex 13 80 67 55 0 14 32 A6 4A 1D
Octal 23 200 147 125 0 24 62 246 112 35
Binary 10011 10000000 1100111 1010101 0 10100 110010 10100110 1001010 11101

Color Harmonies of #138067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138067

Black with #138067

Text Example


Text Example

White with #138067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138067; }

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

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

background-color css

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

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

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

border-color css

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

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

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