#125166

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

Shades of Astronaut Blue #125166

Tints of Astronaut Blue #125166

Color information

#125166 (or 0x125166) is unknown color: approx Astronaut Blue. HEX triplet: 12, 51 and 66. RGB value is (18,81,102). Sum of RGB (Red+Green+Blue) = 18+81+102=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #125166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125166 is #EDAE99. Grayscale: #404040. Windows color (decimal): -15576730 or 6705426. OLE color: 6705426.

HSL color Cylindrical-coordinate representation of color #125166: hue angle of 195º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125166 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1881102-
CMYK0.820.2100.6
HSL195º70%23.53%-
HSV(B)195º82.35%40%-
XYZ5.596.9713.62-
YUV64.56149.1394.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 81 (32.03% from 255) = 40.30%
BLUE value IS 102 (40.23% from 255) = 50.75%
R=8.96%
G=40.30%
B=50.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18811020.820.2100.61957023.53
Hex125166521503Cc34618
Octal221211461222507430310630
Binary1001010100011100110101001010101011110011000011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125166; }

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

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

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

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

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

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

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

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