#125462

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

Shades of Blue Stone #125462

Tints of Blue Stone #125462

Color information

#125462 (or 0x125462) is unknown color: approx Blue Stone. HEX triplet: 12, 54 and 62. RGB value is (18,84,98). Sum of RGB (Red+Green+Blue) = 18+84+98=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #125462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125462 is #EDAB9D. Grayscale: #414141. Windows color (decimal): -15575966 or 6444050. OLE color: 6444050.

HSL color Cylindrical-coordinate representation of color #125462: hue angle of 190.5º 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 #125462 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB188498-
CMYK0.820.1400.62
HSL190.5º68.97%22.75%-
HSV(B)190.5º81.63%38.43%-
XYZ5.627.3512.68-
YUV65.86146.1393.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 84 (33.20% from 255) = 42%
BLUE value IS 98 (38.67% from 255) = 49%
R=9%
G=42%
B=49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1884980.820.1400.62190.568.9722.75
Hex12546252E03Ebe4517
Octal221241421221607627610527
Binary100101010100110001010100101110011111010111110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125462; }

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

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

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

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

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

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

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

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