#12668F

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

Shades of Allports #12668F

Tints of Allports #12668F

Color information

#12668F (or 0x12668F) is unknown color: approx Allports. HEX triplet: 12, 66 and 8F. RGB value is (18,102,143). Sum of RGB (Red+Green+Blue) = 18+102+143=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 143 (56.25% from 255 or 54.37% from 263); Max value from RGB is 143 - color contains mainly: blue. Hex color #12668F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12668F is #ED9970. Grayscale: #515151. Windows color (decimal): -15571313 or 9397778. OLE color: 9397778.

HSL color Cylindrical-coordinate representation of color #12668F: hue angle of 199.68º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12668F is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB18102143-
CMYK0.870.2900.44
HSL199.68º77.64%31.57%-
HSV(B)199.68º87.41%56.08%-
XYZ9.9611.6127.7-
YUV81.56162.6782.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.84%
GREEN value IS 102 (40.23% from 255) = 38.78%
BLUE value IS 143 (56.25% from 255) = 54.37%
R=6.84%
G=38.78%
B=54.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181021430.870.2900.44199.6877.6431.57
Hex12668F571D02Cc84e20
Octal221462171273505431011640
Binary100101100110100011111010111111010101100110010001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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