Html Css Color HEX #138264 Deep Sea

📋 copy color: '#138264'

red 19 ◦ green 130 ◦ blue 100

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

Shades of Deep Sea #138264

Tints of Deep Sea #138264

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.21%

 BLUE value IS 100 (39.45% from 255) = 40.16%

R = 7.63%
G = 52.21%
B = 40.16%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#138264 (or 0x138264) is known color: Deep Sea. HEX triplet: 13, 82 and 64. RGB value is (19,130,100). Sum of RGB (Red+Green+Blue) = 19+130+100=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #138264 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138264 is #EC7D9B. Grayscale: #5D5D5D. Windows color (decimal): -15498652 or 6586899. OLE color: 6586899.

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

Color convert

RGB 19 130 100 -
CMYK 0.85 0 0.23 0.49
HSL 163.78º 0.74% 0.29% -
HSV(B) 163.78º 0.85% 0.51% -
XYZ 10.55 17.02 14.79 -
YUV 93.39 131.73 74.94 -
System Red Green Blue C M Y K H S L
Decimal 19 130 100 0.85 0 0.23 0.49 163.78 0.74 0.29
Hex 13 82 64 55 0 17 31 A4 4A 1D
Octal 23 202 144 125 0 27 61 244 112 35
Binary 10011 10000010 1100100 1010101 0 10111 110001 10100100 1001010 11101

Color Harmonies of #138264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138264

Black with #138264

Text Example


Text Example

White with #138264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138264; }

 p { color: rgb(19,130,100); }

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

background-color css

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

 a { background-color: rgb(19,130,100); }

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

border-color css

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

 span { border-color: rgb(19,130,100); }

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