#125D7B

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

Shades of Allports #125D7B

Tints of Allports #125D7B

Color information

#125D7B (or 0x125D7B) is unknown color: approx Allports. HEX triplet: 12, 5D and 7B. RGB value is (18,93,123). Sum of RGB (Red+Green+Blue) = 18+93+123=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #125D7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125D7B is #EDA284. Grayscale: #494949. Windows color (decimal): -15573637 or 8084754. OLE color: 8084754.

HSL color Cylindrical-coordinate representation of color #125D7B: hue angle of 197.14º 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 #125D7B is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1893123-
CMYK0.850.2400.52
HSL197.14º74.47%27.65%-
HSV(B)197.14º85.37%48.24%-
XYZ7.749.3920.14-
YUV73.99155.6588.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.69%
GREEN value IS 93 (36.72% from 255) = 39.74%
BLUE value IS 123 (48.44% from 255) = 52.56%
R=7.69%
G=39.74%
B=52.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18931230.850.2400.52197.1474.4727.65
Hex125D7B5518034c54a1c
Octal221351731253006430511234
Binary1001010111011111011101010111000011010011000101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125D7B; }

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

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

<style>
 a { background-color: #125D7B; }

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

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

<style>
 span { border-color: #125D7B; }

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

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