Html Css Color HEX #12649E Lochmara

📋 copy color: '#12649E'

red 18 ◦ green 100 ◦ blue 158

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

Shades of Lochmara #12649E

Tints of Lochmara #12649E

RGB

 RED value IS 18 (7.42% from 255) = 6.52%

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

 BLUE value IS 158 (62.11% from 255) = 57.25%

R = 6.52%
G = 36.23%
B = 57.25%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12649E (or 0x12649E) is known color: Lochmara. HEX triplet: 12, 64 and 9E. RGB value is (18,100,158). Sum of RGB (Red+Green+Blue) = 18+100+158=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #12649E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12649E is #ED9B61. Grayscale: #515151. Windows color (decimal): -15571810 or 10380306. OLE color: 10380306.

HSL color Cylindrical-coordinate representation of color #12649E: hue angle of 204.86º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12649E is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 100 158 -
CMYK 0.89 0.37 0 0.38
HSL 204.86º 0.8% 0.35% -
HSV(B) 204.86º 0.89% 0.62% -
XYZ 10.98 11.71 34.03 -
YUV 82.09 170.83 82.28 -
System Red Green Blue C M Y K H S L
Decimal 18 100 158 0.89 0.37 0 0.38 204.86 0.8 0.35
Hex 12 64 9E 59 25 0 26 CD 50 23
Octal 22 144 236 131 45 0 46 315 120 43
Binary 10010 1100100 10011110 1011001 100101 0 100110 11001101 1010000 100011

Color Harmonies of #12649E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12649E

Black with #12649E

Text Example


Text Example

White with #12649E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12649E; }

 p { color: rgb(18,100,158); }

 H1.HeaderClassName
 {
   color: #12649E;
 }
 .AnyTagClassName
 {
   color: #12649E;
 }
</style>

background-color css

<style>
 a { background-color: #12649E; }

 a { background-color: rgb(18,100,158); }

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

border-color css

<style>
 span { border-color: #12649E; }

 span { border-color: rgb(18,100,158); }

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