#125358

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

Shades of Blue Stone #125358

Tints of Blue Stone #125358

Color information

#125358 (or 0x125358) is unknown color: approx Blue Stone. HEX triplet: 12, 53 and 58. RGB value is (18,83,88). Sum of RGB (Red+Green+Blue) = 18+83+88=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #125358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125358 is #EDACA7. Grayscale: #404040. Windows color (decimal): -15576232 or 5788434. OLE color: 5788434.

HSL color Cylindrical-coordinate representation of color #125358: hue angle of 184.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125358 is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB188388-
CMYK0.800.0600.65
HSL184.29º66.04%20.78%-
HSV(B)184.29º79.55%34.51%-
XYZ5.17.0210.32-
YUV64.13141.4795.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 83 (32.81% from 255) = 43.92%
BLUE value IS 88 (34.77% from 255) = 46.56%
R=9.52%
G=43.92%
B=46.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1883880.800.0600.65184.2966.0420.78
Hex125358506041b84215
Octal221231301206010127010225
Binary100101010011101100010100001100100000110111000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125358; }

 p { color: rgb(18,83,88); }

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

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

 a { background-color: rgb(18,83,88); }

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

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

 span { border-color: rgb(18,83,88); }

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