#12664E

Color #12664E Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #12664E

Tints of Jewel #12664E

Color information

#12664E (or 0x12664E) is unknown color: approx Jewel. HEX triplet: 12, 66 and 4E. RGB value is (18,102,78). Sum of RGB (Red+Green+Blue) = 18+102+78=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 102 (40.23% from 255 or 51.52% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 102 - color contains mainly: green. Hex color #12664E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12664E is #ED99B1. Grayscale: #4A4A4A. Windows color (decimal): -15571378 or 5137938. OLE color: 5137938.

HSL color Cylindrical-coordinate representation of color #12664E: hue angle of 162.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12664E is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB1810278-
CMYK0.8200.240.6
HSL162.86º70%23.53%-
HSV(B)162.86º82.35%40%-
XYZ6.3810.188.84-
YUV74.15130.1787.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 102 (40.23% from 255) = 51.52%
BLUE value IS 78 (30.86% from 255) = 39.39%
R=9.09%
G=51.52%
B=39.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18102780.8200.240.6162.867023.53
Hex12664E520183Ca34618
Octal221461161220307424310630
Binary1001011001101001110101001001100011110010100011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,102,78); }

 H1.HeaderClassName
 {
   color: #12664E;
 }
 .AnyTagClassName
 {
   color: #12664E;
 }
</style>
background-color css

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

 a { background-color: rgb(18,102,78); }

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

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

 span { border-color: rgb(18,102,78); }

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