#125168

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

Shades of Astronaut Blue #125168

Tints of Astronaut Blue #125168

Color information

#125168 (or 0x125168) is unknown color: approx Astronaut Blue. HEX triplet: 12, 51 and 68. RGB value is (18,81,104). Sum of RGB (Red+Green+Blue) = 18+81+104=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #125168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125168 is #EDAE97. Grayscale: #404040. Windows color (decimal): -15576728 or 6836498. OLE color: 6836498.

HSL color Cylindrical-coordinate representation of color #125168: hue angle of 196.05º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #125168 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1881104-
CMYK0.830.2200.59
HSL196.05º70.49%23.92%-
HSV(B)196.05º82.69%40.78%-
XYZ5.697.0114.15-
YUV64.78150.1394.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 81 (32.03% from 255) = 39.90%
BLUE value IS 104 (41.02% from 255) = 51.23%
R=8.87%
G=39.90%
B=51.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18811040.830.2200.59196.0570.4923.92
Hex125168531603Bc44618
Octal221211501232607330410630
Binary1001010100011101000101001110110011101111000100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125168; }

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

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

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

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

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

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

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

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