Html Css Color HEX #13646F Blue Lagoon

📋 copy color: '#13646F'

red 19 ◦ green 100 ◦ blue 111

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

Shades of Blue Lagoon #13646F

Tints of Blue Lagoon #13646F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.48%

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

R = 8.26%
G = 43.48%
B = 48.26%

CMYK

 C value IS 0.83

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#13646F (or 0x13646F) is known color: Blue Lagoon. HEX triplet: 13, 64 and 6F. RGB value is (19,100,111). Sum of RGB (Red+Green+Blue) = 19+100+111=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #13646F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13646F is #EC9B90. Grayscale: #4C4C4C. Windows color (decimal): -15506321 or 7300115. OLE color: 7300115.

HSL color Cylindrical-coordinate representation of color #13646F: hue angle of 187.17º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13646F is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 100 111 -
CMYK 0.83 0.10 0 0.56
HSL 187.17º 0.71% 0.25% -
HSV(B) 187.17º 0.83% 0.44% -
XYZ 7.69 10.4 16.64 -
YUV 77.04 147.16 86.61 -
System Red Green Blue C M Y K H S L
Decimal 19 100 111 0.83 0.10 0 0.56 187.17 0.71 0.25
Hex 13 64 6F 53 A 0 38 BB 47 19
Octal 23 144 157 123 12 0 70 273 107 31
Binary 10011 1100100 1101111 1010011 1010 0 111000 10111011 1000111 11001

Color Harmonies of #13646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13646F

Black with #13646F

Text Example


Text Example

White with #13646F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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