Html Css Color HEX #14679F Lochmara

📋 copy color: '#14679F'

red 20 ◦ green 103 ◦ blue 159

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

Shades of Lochmara #14679F

Tints of Lochmara #14679F

RGB

 RED value IS 20 (8.2% from 255) = 7.09%

 GREEN value IS 103 (40.63% from 255) = 36.52%

 BLUE value IS 159 (62.5% from 255) = 56.38%

R = 7.09%
G = 36.52%
B = 56.38%

CMYK

 C value IS 0.87

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14679F (or 0x14679F) is known color: Lochmara. HEX triplet: 14, 67 and 9F. RGB value is (20,103,159). Sum of RGB (Red+Green+Blue) = 20+103+159=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #14679F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14679F is #EB9860. Grayscale: #545454. Windows color (decimal): -15439969 or 10446612. OLE color: 10446612.

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

Color convert

RGB 20 103 159 -
CMYK 0.87 0.35 0 0.38
HSL 204.17º 0.78% 0.35% -
HSV(B) 204.17º 0.87% 0.62% -
XYZ 11.4 12.35 34.58 -
YUV 84.57 170 81.95 -
System Red Green Blue C M Y K H S L
Decimal 20 103 159 0.87 0.35 0 0.38 204.17 0.78 0.35
Hex 14 67 9F 57 23 0 26 CC 4E 23
Octal 24 147 237 127 43 0 46 314 116 43
Binary 10100 1100111 10011111 1010111 100011 0 100110 11001100 1001110 100011

Color Harmonies of #14679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14679F

Black with #14679F

Text Example


Text Example

White with #14679F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,103,159); }

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

background-color css

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

 a { background-color: rgb(20,103,159); }

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

border-color css

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

 span { border-color: rgb(20,103,159); }

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