Html Css Color HEX #13659D Lochmara

📋 copy color: '#13659D'

red 19 ◦ green 101 ◦ blue 157

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

Shades of Lochmara #13659D

Tints of Lochmara #13659D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.46%

 BLUE value IS 157 (61.72% from 255) = 56.68%

R = 6.86%
G = 36.46%
B = 56.68%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13659D (or 0x13659D) is known color: Lochmara. HEX triplet: 13, 65 and 9D. RGB value is (19,101,157). Sum of RGB (Red+Green+Blue) = 19+101+157=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #13659D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13659D is #EC9A62. Grayscale: #525252. Windows color (decimal): -15506019 or 10315027. OLE color: 10315027.

HSL color Cylindrical-coordinate representation of color #13659D: hue angle of 204.35º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13659D is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 101 157 -
CMYK 0.88 0.36 0 0.38
HSL 204.35º 0.78% 0.35% -
HSV(B) 204.35º 0.88% 0.62% -
XYZ 11.01 11.88 33.61 -
YUV 82.87 169.83 82.45 -
System Red Green Blue C M Y K H S L
Decimal 19 101 157 0.88 0.36 0 0.38 204.35 0.78 0.35
Hex 13 65 9D 58 24 0 26 CC 4E 23
Octal 23 145 235 130 44 0 46 314 116 43
Binary 10011 1100101 10011101 1011000 100100 0 100110 11001100 1001110 100011

Color Harmonies of #13659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13659D

Black with #13659D

Text Example


Text Example

White with #13659D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,101,157); }

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

background-color css

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

 a { background-color: rgb(19,101,157); }

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

border-color css

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

 span { border-color: rgb(19,101,157); }

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