#138567

Color #138567 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #138567

Tints of Deep Sea #138567

Color information

#138567 (or 0x138567) is unknown color: approx Deep Sea. HEX triplet: 13, 85 and 67. RGB value is (19,133,103). Sum of RGB (Red+Green+Blue) = 19+133+103=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #138567 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138567 is #EC7A98. Grayscale: #5F5F5F. Windows color (decimal): -15497881 or 6784275. OLE color: 6784275.

HSL color Cylindrical-coordinate representation of color #138567: hue angle of 164.21º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138567 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB19133103-
CMYK0.8600.230.48
HSL164.21º75%29.8%-
HSV(B)164.21º85.71%52.16%-
XYZ11.117.8915.7-
YUV95.49132.2373.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.45%
GREEN value IS 133 (52.34% from 255) = 52.16%
BLUE value IS 103 (40.62% from 255) = 40.39%
R=7.45%
G=52.16%
B=40.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal191331030.8600.230.48164.217529.8
Hex1385675601730a44b1e
Octal232051471260276024411336
Binary10011100001011100111101011001011111000010100100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138567; }

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

 H1.HeaderClassName
 {
   color: #138567;
 }
 .AnyTagClassName
 {
   color: #138567;
 }
</style>
background-color css

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

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

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

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

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

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