#125161

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

Shades of Astronaut Blue #125161

Tints of Astronaut Blue #125161

Color information

#125161 (or 0x125161) is unknown color: approx Astronaut Blue. HEX triplet: 12, 51 and 61. RGB value is (18,81,97). Sum of RGB (Red+Green+Blue) = 18+81+97=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #125161 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125161 is #EDAE9E. Grayscale: #3F3F3F. Windows color (decimal): -15576735 or 6377746. OLE color: 6377746.

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

Color convert

RGB188197-
CMYK0.810.1600.62
HSL192.15º68.7%22.55%-
HSV(B)192.15º81.44%38.04%-
XYZ5.356.8812.35-
YUV63.99146.6395.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 97 (38.28% from 255) = 49.49%
R=9.18%
G=41.33%
B=49.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1881970.810.1600.62192.1568.722.55
Hex125161511003Ec04517
Octal221211411212007630010527
Binary1001010100011100001101000110000011111011000000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125161; }

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

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

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

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

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

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

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

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