#12688B

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

Shades of Allports #12688B

Tints of Allports #12688B

Color information

#12688B (or 0x12688B) is unknown color: approx Allports. HEX triplet: 12, 68 and 8B. RGB value is (18,104,139). Sum of RGB (Red+Green+Blue) = 18+104+139=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #12688B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12688B is #ED9774. Grayscale: #525252. Windows color (decimal): -15570805 or 9136146. OLE color: 9136146.

HSL color Cylindrical-coordinate representation of color #12688B: hue angle of 197.36º 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 #12688B is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB18104139-
CMYK0.870.2500.45
HSL197.36º77.07%30.78%-
HSV(B)197.36º87.05%54.51%-
XYZ9.8611.8926.2-
YUV82.28160.0182.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.90%
GREEN value IS 104 (41.02% from 255) = 39.85%
BLUE value IS 139 (54.69% from 255) = 53.26%
R=6.90%
G=39.85%
B=53.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal181041390.870.2500.45197.3677.0730.78
Hex12688B571902Dc54d1f
Octal221502131273105530511537
Binary10010110100010001011101011111001010110111000101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12688B; }

 p { color: rgb(18,104,139); }

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

<style>
 a { background-color: #12688B; }

 a { background-color: rgb(18,104,139); }

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

<style>
 span { border-color: #12688B; }

 span { border-color: rgb(18,104,139); }

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