Html Css Color HEX #138567 Deep Sea

📋 copy color: '#138567'

red 19 ◦ green 133 ◦ blue 103

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

Shades of Deep Sea #138567

Tints of Deep Sea #138567

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.63% from 255) = 40.39%

R = 7.45%
G = 52.16%
B = 40.39%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#138567 (or 0x138567) is known color: 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

RGB 19 133 103 -
CMYK 0.86 0 0.23 0.48
HSL 164.21º 0.75% 0.3% -
HSV(B) 164.21º 0.86% 0.52% -
XYZ 11.1 17.89 15.7 -
YUV 95.49 132.23 73.44 -
System Red Green Blue C M Y K H S L
Decimal 19 133 103 0.86 0 0.23 0.48 164.21 0.75 0.3
Hex 13 85 67 56 0 17 30 A4 4B 1E
Octal 23 205 147 126 0 27 60 244 113 36
Binary 10011 10000101 1100111 1010110 0 10111 110000 10100100 1001011 11110

Color Harmonies of #138567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138567

Black with #138567

Text Example


Text Example

White with #138567

Text Example


Text Example

HTML Codes & Css Web 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>