Html Css Color HEX #13616D Blue Lagoon

📋 copy color: '#13616D'

red 19 ◦ green 97 ◦ blue 109

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

Shades of Blue Lagoon #13616D

Tints of Blue Lagoon #13616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.11%

 BLUE value IS 109 (42.97% from 255) = 48.44%

R = 8.44%
G = 43.11%
B = 48.44%

CMYK

 C value IS 0.83

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13616D (or 0x13616D) is known color: Blue Lagoon. HEX triplet: 13, 61 and 6D. RGB value is (19,97,109). Sum of RGB (Red+Green+Blue) = 19+97+109=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #13616D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13616D is #EC9E92. Grayscale: #4A4A4A. Windows color (decimal): -15507091 or 7168275. OLE color: 7168275.

HSL color Cylindrical-coordinate representation of color #13616D: hue angle of 188º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13616D is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 97 109 -
CMYK 0.83 0.11 0 0.57
HSL 188º 0.7% 0.25% -
HSV(B) 188º 0.83% 0.43% -
XYZ 7.3 9.79 15.97 -
YUV 75.05 147.16 88.02 -
System Red Green Blue C M Y K H S L
Decimal 19 97 109 0.83 0.11 0 0.57 188 0.7 0.25
Hex 13 61 6D 53 B 0 39 BC 46 19
Octal 23 141 155 123 13 0 71 274 106 31
Binary 10011 1100001 1101101 1010011 1011 0 111001 10111100 1000110 11001

Color Harmonies of #13616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13616D

Black with #13616D

Text Example


Text Example

White with #13616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13616D; }

 p { color: rgb(19,97,109); }

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

background-color css

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

 a { background-color: rgb(19,97,109); }

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

border-color css

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

 span { border-color: rgb(19,97,109); }

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