#12697B

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

Shades of Allports #12697B

Tints of Allports #12697B

Color information

#12697B (or 0x12697B) is unknown color: approx Allports. HEX triplet: 12, 69 and 7B. RGB value is (18,105,123). Sum of RGB (Red+Green+Blue) = 18+105+123=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #12697B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12697B is #ED9684. Grayscale: #505050. Windows color (decimal): -15570565 or 8087826. OLE color: 8087826.

HSL color Cylindrical-coordinate representation of color #12697B: hue angle of 190.29º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12697B is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB18105123-
CMYK0.850.1500.52
HSL190.29º74.47%27.65%-
HSV(B)190.29º85.37%48.24%-
XYZ8.8811.6620.52-
YUV81.04151.6883.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.32%
GREEN value IS 105 (41.41% from 255) = 42.68%
BLUE value IS 123 (48.44% from 255) = 50%
R=7.32%
G=42.68%
B=50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal181051230.850.1500.52190.2974.4727.65
Hex12697B55F034be4a1c
Octal221511731251706427611234
Binary100101101001111101110101011111011010010111110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,105,123); }

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

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

 a { background-color: rgb(18,105,123); }

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

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

 span { border-color: rgb(18,105,123); }

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