#12668C

Color #12668C Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #12668C

Tints of Allports #12668C

Color information

#12668C (or 0x12668C) is unknown color: approx Allports. HEX triplet: 12, 66 and 8C. RGB value is (18,102,140). Sum of RGB (Red+Green+Blue) = 18+102+140=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #12668C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12668C is #ED9973. Grayscale: #505050. Windows color (decimal): -15571316 or 9201170. OLE color: 9201170.

HSL color Cylindrical-coordinate representation of color #12668C: hue angle of 198.69º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12668C is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB18102140-
CMYK0.870.2700.45
HSL198.69º77.22%30.98%-
HSV(B)198.69º87.14%54.9%-
XYZ9.7311.5226.52-
YUV81.22161.1782.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.92%
GREEN value IS 102 (40.23% from 255) = 39.23%
BLUE value IS 140 (55.08% from 255) = 53.85%
R=6.92%
G=39.23%
B=53.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal181021400.870.2700.45198.6977.2230.98
Hex12668C571B02Dc74d1f
Octal221462141273305530711537
Binary10010110011010001100101011111011010110111000111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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