#125366

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

Shades of Astronaut Blue #125366

Tints of Astronaut Blue #125366

Color information

#125366 (or 0x125366) is unknown color: approx Astronaut Blue. HEX triplet: 12, 53 and 66. RGB value is (18,83,102). Sum of RGB (Red+Green+Blue) = 18+83+102=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #125366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125366 is #EDAC99. Grayscale: #414141. Windows color (decimal): -15576218 or 6705938. OLE color: 6705938.

HSL color Cylindrical-coordinate representation of color #125366: hue angle of 193.57º 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 #125366 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1883102-
CMYK0.820.1900.6
HSL193.57º70%23.53%-
HSV(B)193.57º82.35%40%-
XYZ5.747.2713.67-
YUV65.73148.4793.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 83 (32.81% from 255) = 40.89%
BLUE value IS 102 (40.23% from 255) = 50.25%
R=8.87%
G=40.89%
B=50.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18831020.820.1900.6193.577023.53
Hex125366521303Cc24618
Octal221231461222307430210630
Binary1001010100111100110101001010011011110011000010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125366; }

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

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

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

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

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

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

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

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