#125069

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

Shades of Astronaut Blue #125069

Tints of Astronaut Blue #125069

Color information

#125069 (or 0x125069) is unknown color: approx Astronaut Blue. HEX triplet: 12, 50 and 69. RGB value is (18,80,105). Sum of RGB (Red+Green+Blue) = 18+80+105=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #125069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125069 is #EDAF96. Grayscale: #404040. Windows color (decimal): -15576983 or 6901778. OLE color: 6901778.

HSL color Cylindrical-coordinate representation of color #125069: hue angle of 197.24º degrees, saturation: 0.71, 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 #125069 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1880105-
CMYK0.830.2400.59
HSL197.24º70.73%24.12%-
HSV(B)197.24º82.86%41.18%-
XYZ5.676.8914.39-
YUV64.31150.9694.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 105 (41.41% from 255) = 51.72%
R=8.87%
G=39.41%
B=51.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18801050.830.2400.59197.2470.7324.12
Hex125069531803Bc54718
Octal221201511233007330510730
Binary1001010100001101001101001111000011101111000101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125069; }

 p { color: rgb(18,80,105); }

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

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

 a { background-color: rgb(18,80,105); }

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

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

 span { border-color: rgb(18,80,105); }

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