#125067

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

Shades of Astronaut Blue #125067

Tints of Astronaut Blue #125067

Color information

#125067 (or 0x125067) is unknown color: approx Astronaut Blue. HEX triplet: 12, 50 and 67. RGB value is (18,80,103). Sum of RGB (Red+Green+Blue) = 18+80+103=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #125067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125067 is #EDAF98. Grayscale: #3F3F3F. Windows color (decimal): -15576985 or 6770706. OLE color: 6770706.

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

Color convert

RGB1880103-
CMYK0.830.2200.60
HSL196.24º70.25%23.73%-
HSV(B)196.24º82.52%40.39%-
XYZ5.576.8513.86-
YUV64.08149.9695.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 103 (40.62% from 255) = 51.24%
R=8.96%
G=39.80%
B=51.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18801030.830.2200.60196.2470.2523.73
Hex125067531603Cc44618
Octal221201471232607430410630
Binary1001010100001100111101001110110011110011000100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125067; }

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

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

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

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

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

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

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

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