#125163

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

Shades of Astronaut Blue #125163

Tints of Astronaut Blue #125163

Color information

#125163 (or 0x125163) is unknown color: approx Astronaut Blue. HEX triplet: 12, 51 and 63. RGB value is (18,81,99). Sum of RGB (Red+Green+Blue) = 18+81+99=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #125163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125163 is #EDAE9C. Grayscale: #404040. Windows color (decimal): -15576733 or 6508818. OLE color: 6508818.

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

Color convert

RGB188199-
CMYK0.820.1800.61
HSL193.33º69.23%22.94%-
HSV(B)193.33º81.82%38.82%-
XYZ5.446.9112.85-
YUV64.21147.6395.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 81 (32.03% from 255) = 40.91%
BLUE value IS 99 (39.06% from 255) = 50%
R=9.09%
G=40.91%
B=50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1881990.820.1800.61193.3369.2322.94
Hex125163521203Dc14517
Octal221211431222207530110527
Binary1001010100011100011101001010010011110111000001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125163; }

 p { color: rgb(18,81,99); }

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

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

 a { background-color: rgb(18,81,99); }

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

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

 span { border-color: rgb(18,81,99); }

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