Html Css Color HEX #13669C Lochmara

📋 copy color: '#13669C'

red 19 ◦ green 102 ◦ blue 156

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

Shades of Lochmara #13669C

Tints of Lochmara #13669C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.82%

 BLUE value IS 156 (61.33% from 255) = 56.32%

R = 6.86%
G = 36.82%
B = 56.32%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13669C (or 0x13669C) is known color: Lochmara. HEX triplet: 13, 66 and 9C. RGB value is (19,102,156). Sum of RGB (Red+Green+Blue) = 19+102+156=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #13669C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13669C is #EC9963. Grayscale: #535353. Windows color (decimal): -15505764 or 10249747. OLE color: 10249747.

HSL color Cylindrical-coordinate representation of color #13669C: hue angle of 203.65º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13669C is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 102 156 -
CMYK 0.88 0.35 0 0.39
HSL 203.65º 0.78% 0.34% -
HSV(B) 203.65º 0.88% 0.61% -
XYZ 11.02 12.04 33.2 -
YUV 83.34 169 82.11 -
System Red Green Blue C M Y K H S L
Decimal 19 102 156 0.88 0.35 0 0.39 203.65 0.78 0.34
Hex 13 66 9C 58 23 0 27 CC 4E 22
Octal 23 146 234 130 43 0 47 314 116 42
Binary 10011 1100110 10011100 1011000 100011 0 100111 11001100 1001110 100010

Color Harmonies of #13669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13669C

Black with #13669C

Text Example


Text Example

White with #13669C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13669C; }

 p { color: rgb(19,102,156); }

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

background-color css

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

 a { background-color: rgb(19,102,156); }

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

border-color css

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

 span { border-color: rgb(19,102,156); }

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