#125662

Color #125662 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #125662

Tints of Blue Stone #125662

Color information

#125662 (or 0x125662) is unknown color: approx Blue Stone. HEX triplet: 12, 56 and 62. RGB value is (18,86,98). Sum of RGB (Red+Green+Blue) = 18+86+98=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #125662 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125662 is #EDA99D. Grayscale: #424242. Windows color (decimal): -15575454 or 6444562. OLE color: 6444562.

HSL color Cylindrical-coordinate representation of color #125662: hue angle of 189º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125662 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB188698-
CMYK0.820.1200.62
HSL189º68.97%22.75%-
HSV(B)189º81.63%38.43%-
XYZ5.787.6712.73-
YUV67.04145.4793.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.91%
GREEN value IS 86 (33.98% from 255) = 42.57%
BLUE value IS 98 (38.67% from 255) = 48.51%
R=8.91%
G=42.57%
B=48.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1886980.820.1200.6218968.9722.75
Hex12566252C03Ebd4517
Octal221261421221407627510527
Binary100101010110110001010100101100011111010111101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125662; }

 p { color: rgb(18,86,98); }

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

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

 a { background-color: rgb(18,86,98); }

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

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

 span { border-color: rgb(18,86,98); }

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