#12658A

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

Shades of Allports #12658A

Tints of Allports #12658A

Color information

#12658A (or 0x12658A) is unknown color: approx Allports. HEX triplet: 12, 65 and 8A. RGB value is (18,101,138). Sum of RGB (Red+Green+Blue) = 18+101+138=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #12658A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12658A is #ED9A75. Grayscale: #505050. Windows color (decimal): -15571574 or 9069842. OLE color: 9069842.

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

Color convert

RGB18101138-
CMYK0.870.2700.46
HSL198.5º76.92%30.59%-
HSV(B)198.5º86.96%54.12%-
XYZ9.4911.2725.72-
YUV80.4160.583.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.00%
GREEN value IS 101 (39.84% from 255) = 39.30%
BLUE value IS 138 (54.30% from 255) = 53.70%
R=7.00%
G=39.30%
B=53.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181011380.870.2700.46198.576.9230.59
Hex12658A571B02Ec64d1f
Octal221452121273305630611537
Binary10010110010110001010101011111011010111011000110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12658A; }

 p { color: rgb(18,101,138); }

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

<style>
 a { background-color: #12658A; }

 a { background-color: rgb(18,101,138); }

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

<style>
 span { border-color: #12658A; }

 span { border-color: rgb(18,101,138); }

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