#125065

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

Shades of Astronaut Blue #125065

Tints of Astronaut Blue #125065

Color information

#125065 (or 0x125065) is unknown color: approx Astronaut Blue. HEX triplet: 12, 50 and 65. RGB value is (18,80,101). Sum of RGB (Red+Green+Blue) = 18+80+101=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #125065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125065 is #EDAF9A. Grayscale: #3F3F3F. Windows color (decimal): -15576987 or 6639634. OLE color: 6639634.

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

Color convert

RGB1880101-
CMYK0.820.2100.60
HSL195.18º69.75%23.33%-
HSV(B)195.18º82.18%39.61%-
XYZ5.476.8113.34-
YUV63.86148.9695.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.05%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 101 (39.84% from 255) = 50.75%
R=9.05%
G=40.20%
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.60
SystemRedGreenBlueCMYKHSL
Decimal18801010.820.2100.60195.1869.7523.33
Hex125065521503Cc34617
Octal221201451222507430310627
Binary1001010100001100101101001010101011110011000011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125065; }

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

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

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

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

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

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

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

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