Html Css Color HEX #13846F Deep Sea

📋 copy color: '#13846F'

red 19 ◦ green 132 ◦ blue 111

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

Shades of Deep Sea #13846F

Tints of Deep Sea #13846F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.38%

 BLUE value IS 111 (43.75% from 255) = 42.37%

R = 7.25%
G = 50.38%
B = 42.37%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#13846F (or 0x13846F) is known color: Deep Sea. HEX triplet: 13, 84 and 6F. RGB value is (19,132,111). Sum of RGB (Red+Green+Blue) = 19+132+111=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #13846F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13846F is #EC7B90. Grayscale: #5F5F5F. Windows color (decimal): -15498129 or 7308307. OLE color: 7308307.

HSL color Cylindrical-coordinate representation of color #13846F: hue angle of 168.85º 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 #13846F is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 132 111 -
CMYK 0.86 0 0.16 0.48
HSL 168.85º 0.75% 0.3% -
HSV(B) 168.85º 0.86% 0.52% -
XYZ 11.39 17.79 17.87 -
YUV 95.82 136.56 73.21 -
System Red Green Blue C M Y K H S L
Decimal 19 132 111 0.86 0 0.16 0.48 168.85 0.75 0.3
Hex 13 84 6F 56 0 10 30 A9 4B 1E
Octal 23 204 157 126 0 20 60 251 113 36
Binary 10011 10000100 1101111 1010110 0 10000 110000 10101001 1001011 11110

Color Harmonies of #13846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13846F

Black with #13846F

Text Example


Text Example

White with #13846F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13846F; }

 p { color: rgb(19,132,111); }

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

background-color css

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

 a { background-color: rgb(19,132,111); }

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

border-color css

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

 span { border-color: rgb(19,132,111); }

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